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/TDA3XEVM: can't load ../qspi_flash_writer_ipu1_0_release.xem4 to Cortex_M4_IPU1_C0

Part Number: TDA3XEVM

Tool/software: Code Composer Studio

 dear all:

        According to <<Vision SDK TDA3xx user guide>>,i have finished building the application.now i want to load using QSPI and sd boot.when i loading the ../qspi_flash_writer_ipu1_0_release.xem4  to  Cortex_M4_IPU1_C0, an error occured.

       i doubt that  the gel file is not perfect to the evm board.

      how can i resolve this problem?

     

  • Hello,
    the "data verification error" is a very common error that is documented in detail in the below link:
    software-dl.ti.com/.../troubleshooting-data_verification_errors.html

    In your case, I would focus on of 0x83500128 is valid memory. See the section on "diagnosing RAM problems". If that is supposed to be valid memory on your target, make sure any target initialization that is required for memory is done (often done via GEL). Please read the article in the link above thoroughly - it covers the vast majority of the cases.

    Thanks
    ki