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.

HELP, Strange load program error in F28M35 using CCS V6 and XDS100V3 eimulator

I compile and link my program in IDE CCSV6 without a warning. I use two CMD file in my program, which are F28M35x_Headers_nonBIOS.cmd and F28M35H52C1_c28.cmd they are official version. And this project has been running successfully on other PC with CCSV5 and XDS 550 emulator. NOW, when I debug, error shows like:

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 0x000000000013EB98 do not match Please verify target memory and memory map.
C28xx_0: GEL: File: C:\Users\HE\Desktop\EPC\CCCC\Debug\CCCC.out: a data verification error occurred, file load failed.

I spent several days on this matter, what should i do?