Normal 0 21 false false false MicrosoftInternetExplorer4
Code is overwritten on load
I use CSS V. 4.2.0.10017 with a Piccolo B (TMS320F28035).
Because of the code size, my debug version loads some code to Flash and some code is loaded to the RAM (by the CSS4 when I start debugging). Now I have the problem that code loaded to address RAM 0x8000 is overwritten later on load process. I don’t find any error in the .map and .cmd file. I think the code which overrides is the same as copied to Flash. So my question: Does the Flash programming tool use MCU RAM and overwrite prior loaded code?
Thomas