11-11-2010 05:43 AM
Hello,
is it possible to control MSP430 with Labview via JTAG and emulator?
can someone give a hint what i need, or what/where i should begin??
regards
11-11-2010 08:38 AM
A few questions:
Do you want to simply program the msp430 or control it as well?
What JTAG adapter are you using?
Look at the documentation for your JTAG and any documentation for the .dll(s) associated with it. That's probably your best starting place.
11-11-2010 08:54 AM
Hello John,
ich wrote a C-Code (to test RAM of the msp430), compiled it....with IAR workbench. Everythink is alright.
now i want use the output file (from the linker or so...), and make the test using Labview.
so that everyone can make such a test without having to install IAR or Code Composer....
i am using a flash emulation tool.
i heard something about dlls, and i am looking for a doku for more informations.