This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/F28M35M52C: the project can be loaded by CCS7 but can't be loaded by CCS6

Part Number: F28M35M52C
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

the customer faced a problem, the project can be loaded by CCS7 but can't be loaded by CCS6

Project

C:\ti\controlSUITE\device_support\f28m35x\v210\F28M35x_examples_Dual\blinky\c28\ccs

Device

F28M35H52C1RFPTYFE-66C6TJWG4

The CCS6 version: 6.0.0.00190

The CCS7 version:7.0.0.00042

When debug under CCS6, we meet these problems:

1.when I click the debug, we meet this picture, and will last a long time.


2.then I click Cancle, this picture will happen:


3.we also try to connect the device by Launch Selected Configuration and then load the program, but problems remain:



The console is as below:

Cortex_M3_0: GEL Output: Memory Map Initialization Complete

C28xx_0: GEL Output:

Memory Map Initialization Complete

C28xx_0: GEL: Error while executing OnTargetConnect(): Evaluation canceled

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: File Loader: Verification failed: Values at address 0x13E754@Program do not match Please verify target memory and memory map.

C28xx_0: GEL: File: C:\ti\controlSUITE\device_support\f28m35x\v210\F28M35x_examples_Dual\blinky\c28\ccs\Flash\blinky_dc_c28.out: a data verification error occurred, file load failed.

What's more, when we load project into the older device by CCS6, it work normal, the Old device which don’t have a problem is

F28M35H52C1RFPTYFB-55AGQKWG4


  • Emma,

    It sounds like there is some incompatibility between the newer F28M35 devices and older version of CCS. You could try updating all the C2000 related components in CCSv6 (menu Help->Check for Updates) and that may help . However, if CCSv7 works fine I would suggest sticking with that version anyway since CCS 6.0.0 is pretty old and we would advise against using an old version unless there is a very strong compelling reason for it.