11-15-2010 06:08 AM
Hello,
is there a way to program the MSP430 with the FET430UIF tool via labview without opening IAR IDE or even having to install it (just using the output file generated by it : msp430.txt, or ....hex , and the msp430_dlls(drivers) ??
thanks for any help
11-29-2010
08:46 AM
- last edited on
04-18-2024
09:26 AM
by
Content Cleaner
There has already been a post to this topic:
You already pointed to this DevZone entry: http://zone.ni.com/devzone/cda/tut/p/id/11977
-> The C Code Generation Tool is explained there. This means you can convert algorithms (not front panels) to regular c code. Then you can run this c code through e.g. the IAR Workbench just as any other c code and compile and deploy it.
So for the MSP430 you cannot use the LabVIEW microprocessor SDK, but you could use the LabVIEW C Code Generator .
Let me know if that helps!