Can I Run a LabWindows™/CVI™ Application on a Device That Uses an ARM Processor?

Updated Apr 6, 2022

Issue Details

I have a microcontroller with an ARM processor, I want to develop an application in C with LabWindows/CVI and then download it to the microcontroller and run it.

Solution

The runtime engine is not going to work on an ARM processor because the tools were written against x86 platforms only. There is no theoretical reason it could not provide support for ARM, the compiler used by LabWindows is compatible, but there is no support or the necessary cross-compiled libraries to be able to run it on an ARM processor.