Something has changed about my F28M35 (Concerto) project. Code Composer 4.2.4 now refuses to load the C28 code. I see no dianostic messages when compiling or linking, and there is no problem connecting the two CPUs or loading the M35 code. The error messages appear when I try to load the program to hardware. The debug console error messages are:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
C28xx_0: GEL Output:
Memory Map Initialization Complete
C28xx_0: GEL Output:
RAM Initialization Complete
C28xx_0: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
C28xx_0: AutoRun: Target not run as breakpoint could not be set: Unknown error
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(1) I get the same errors with different hardware.
(2) I successfully load both processors with the code from a different project.
(3) Another person has successfully loaded my C28 .out file on his hardware.
The dianostic above does not tell me much. Can CCS tell me more?
Does anyone have a suggestion what to try?