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.

SDFlash Verify failure

Hi,

I'm using SDFlash version 1.2 that is set up for a TMS320F241 DSP and XDS510PP Plus emulator.  When I do only a Verify (Erase and Program are not selected), I get the following error:

ERR: Verify target algorithm failed.

ERR: Failed at block address 0x00000810.

ERR: Verify flash failed.

I looked at the flash target memory dump and found a data discrepancy with a 16-bit word at address 0x000008AC.  I am wondering where did 0x00000810 come from?  It sounds like it's the start of a block but the verify algorithm code specifies that the program buffer size (PRG_bufsize) is set to 200 which doesn't make sense with it failing at 0x00000810.  I was assuming each block should be of size 200 words, so the block address that it fails on should be aligned with this.

I know I'm overlooking something trivial.  Can someone clarify this?