Tool/software: Code Composer Studio
Issue: Problem with flash program after converting project from Code Composer Version 6 to Code Composer Version 8.
Program crashes.
Program crashes when trying to access “Flash28_Prog.c”
Processor Map file CC v6 - Good:
Flash28_API
* 0 003e4000 0000020e RUN ADDR = 00008d45
003e4000 000000a4 Flash2811_API_V210.lib : Flash28_Prog.obj (.text)
003e40a4 0000008d : Flash28_Internals.obj (.text)
003e4131 0000007f : Flash28_Prog_Pulse.obj (.text)
003e41b0 00000047 : Flash28_Init.obj (.text)
003e41f7 0000000d : Flash28_Delay.obj (.text)
003e4204 00000007 : Flash28_DisInt.obj (.text)
003e420b 00000003 : Flash28_Version_Hex.obj (.text)
Processor Map File CC V8 – Bad:
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
-------- ---- ---------- ---------- ----------------
Flash28_API
* 0 00008000 00000000 UNINITIALIZED
Could be that in the conversion I changed something else that could affect this but running a difference on the files nothing is obvious.