Hi,
I'm trying to programm my MSP430 with the EZ430. My firmware is working well if I'm programming the target with CCS4.2.3 (and also with IAR, but I prefer the CCS).
But I want to programm the device via shell. So i found the the "loadti"-tool that comes with the CCS.I can load my program to the target (message: "MSP430: Program loaded, code size, etc) but i get an error after that and the application freezes. After resetting the target the firmware runs as it should.
The occuring error is
SEVERE: Unable to get address for symbol: ___c_args__
Error code #4012 <filename occurs> load failed!
Can you help me out?