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/TMS320F28377D: Values at address 0x000000000082000 do not match. Please verify the target memory and memory map.

Part Number: TMS320F28377D
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

As the title presents, I encournter a critical issue when programming to the CPU TMS320F28377D using CCS v6.0.

The project derived from the control Suite named 'usb_dev_serial_cpu01' was built complitely and successfully both in RAM and FLASH debug mode. It works fine in the RAM debug mode and approach to debugging the program,  while in FLASH mode an issue comes out. The error code is listed bellow:

C28xx_CPU1: File Loader: Verification failed: Values at address 0x0000000000082000 do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: C:\TI\controlSUITE\device_support\F2837xD\v190\F2837xD_examples_Cpu1\usb_dev_serial\cpu01\ccs\CPU1_FLASH\usb_dev_serial_cpu01.out: a data verification error occurred, file load failed.

I look into the forum for any possible solution, but none works. I check the CMD files and they are all TI recommends.

So, what's the mater and how can I get  over it.  Any suggestion or advice would be grateful. 

PS : Program Envirments

1. Win7 64

2. CCS  Version: 6.1.0.00104 

  • Hi Yelei Yang,

    Instead of control suite examples use c2000 ware example codes.

    Thanks

  • I think that it is not a mater which example I have used but the Environment Configures of CCS . Because in other computers the CCS v6.0 really works well with the same examples projects I use. Thanks, anyway.
  • Yelei,

    Here are a couple of things I would suggest checking:

    - Check if your On-chip Flash settings (menu Tools->On-Chip Flash when in a debug session) are set for:
    Download Settings: Erase and Flash 
    Erase Settings: Entire Flash

    - Have you tried programming the same project from the same machine on to another board/device? This can help understand if this specific device may be locked (please see related threads here and here).

  • AartiG,

    Thanks for your reply. I am sure that the things you suggested me checking are all configured right. Download Setting is configured to Erase and Flash, and Erase Settings to Entire Flash. Programming the same project from the same machine on another board/device is out of condition due to that I don't have another emulator board device .

    I completely solve this problem after installing CCS v7.3 instead of the CCS v6.1, all things go really well.

    Thanks very much.