Hello everyone,
We are using a TI MSP-FETU4340IF to program an MSP430F2012. We are able to do this successfully with both Elprotronic and IAR Embedded Workbench Kickstart as long as we include debug information in the file. However, when we attempt to leave out the debug information, neither seems to work. Upon further inspection, it appears that leaving out the debug information, while generating a .d43 file, generates it in a slightly different form that IAR won't successfully download and Elprotronic does not appear to support.
I do see in the "Generating and Loading MSP430 Binary Files" Wiki entry (http://processors.wiki.ti.com/index.php/Generating_and_Loading_MSP430_Binary_Files) that including Debug information for C-SPY is specified. My question is, in the event you want to give a customer a binary file without debug symbols, is there a way to generate this and then have Elprotronic (or IAR) recognize it so it can be downloaded to the MSP430? Has anyone successfully tried this? If so, some tips/suggestions would be greatly appreciated. :)