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/TMS320DM642: Data verification failed

Part Number: TMS320DM642


Tool/software: Code Composer Studio

I am new to DSP programming. I am working of CCS 3.1 with DM642 on a legacy system. I am using XDS560R emulator. I am able to connect to the target board. I am build the code but while loading I get the following error :

"Data verification failed at address 0x80E9F400. Please verify target memory and memory map."

If I disable the "verification during program load", it works. But then I am facing the following problem.

"Can't set breakpoint at 0x80E72A60 /-1076 Error during breakpoint."

"Breakpoint manager : Attempting to set a hardware breakpoint instead"

Can anyone help.

  • Hello,

    Devranjan Das said:

    I am build the code but while loading I get the following error :

    "Data verification failed at address 0x80E9F400. Please verify target memory and memory map."

    Please see the below article on data verification errors and how to resolve them:

    http://software-dl.ti.com/ccs/esd/documents/troubleshooting-data_verification_errors.html

    Devranjan Das said:
    If I disable the "verification during program load", it works. But then I am facing the following problem.

    You are basically ignoring a detected failure and continuing on by bypassing that option. Hence it is no surprise you get the other errors.

    Please go though the article I mentioned above and resolve your data verification error.

    Thanks

    ki