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.

Error in 'loading program' in ccs

Hi all,

I have made a project in ccs.It gives me 0 errors, 0 warnings.

when i load this program in ccs it gives me the error states that,

                                    ERROR: File Loader

                   Data verification failed at address 0x3FFFC0.

                   please verify target memory and memory map.

                                               OK

 

Now what should i do in order to load it.????

please help..!!

 

Regards,

Atiq

 

 

  • Hi Atiq,

    Which processor are you using? Havent you included the GEL file and linker file (.cmd) file ?

    Linker file gives the information about memory mapping for the processor you are using. Without that, the program sections wont go into exact memory locations, hence the error. More information about GEL and CMD file can be found in previous posts.

    Regards,

    Sid

  • Hi sid,

    I am using eZdspF2812 board, I have include gel file and linker file as well, but suppose if i do not so from where i can include it..?

    Regards,

    Atiq

  • You can find example GEL and CMD files in the CCS installation folder. If you do not find a specific one for F2812, then you can modify it accordingly.

    Which emulator are you using? If you have included GEL and CMD file, then this error can occur due to discrepancy in emulator too.

    Regards,

    Sid