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.

problem with loading program into flash

Other Parts Discussed in Thread: TMS320F28027

Hi:

     I' m using TMS320F28027 for my project. And I tried loading a example program named flash in DSP2802x_examples(v126). 

     But when I was loading the program into flash, an error happened like this:

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

   And the .cmd file  is like:

   FLASHD      : origin = 0x3F0000, length = 0x002000     /* on-chip FLASH */

   FLASHC      : origin = 0x3F2000, length = 0x002000     /* on-chip FLASH */

   FLASHA      : origin = 0x3F6000, length = 0x001F80     /* on-chip FLASH */

  So how can I do to solve this problem?

  Thank you very much.