LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Using LabView instead of IAR Workbench

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

0 Kudos
Message 1 of 2
(6,438 Views)

There has already been a post to this topic:

https://forums.ni.com/t5/LabVIEW-Embedded/Can-Labview-be-used-for-programming-of-Texas-Instruments-M...

 

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!

Andreas Stark
LabVIEW Lead @ Rocket Factory Augsburg
0 Kudos
Message 2 of 2
(6,371 Views)