Hi,
My device is a MSP430F5438 and I'm using CCE Professional v3.1. When I build my debug executable it's larger than 900 kB and when I build it as TXT, it becomes roughly 750 kB. This is way to large since the F5438 only has 256 kB flash.
At first I thought this was due to too much debug information but building it as release gave me the same result (a few kB difference). I have set the "Control speed vs. size" option to 0 to optimize for size but this didn't result in anything big either.
I know that a very similar application (close to the same source code) has been built with a much smaller output file by a collegue using an IAR ARM compiler and ARM target.
Seems like I'm missing something obvious?
Even if the debug application is 900 kB I can load it with my debugger and start the application. It behaves strange, suddenly stops running, interrupts ain't working etc. Maybe due to overwritten interrupt code?
Any help is of course much welcome, thank you
/Adde