DSPRelated.com
Forums

Problem with the memory map file

Started by Radu Duma May 22, 2006
Hi,
i have generated an CCS project from Simulink using Embedded Traget blockset
for the TI TMS320F2812 DSP.When i try to load the .out file to the board
i receive the error:
"Data verification failed at address 0x3FFFC2.
Please verify target memory and memory map."

The momry map file loks like:
MEMORY
{
PAGE 0: /* Program Memory */
ZONE6 : origin = 0x100000, length = 0x008000
OTP : origin = 0x3D7800, length = 0x000800
BEGIN : origin = 0x3F7FF6, length = 0x000002
RAMH0 : origin = 0x3F8000, length = 0x002000
ROM : origin = 0x3FF000, length = 0x000FC0
RESET : origin = 0x3FFFC0, length = 0x000002
VECTORS : origin = 0x3FFFC2, length = 0x00003E
PAGE 1 : /* Data Memory */

I have read the Boot Rom Reference Guide from TI. The
board is configured to work as microcontroller and
that memory zone should be accessible. I have also
noticed that memory location 0x3F FFC2 is reserved.
I some one had more to do with the memory mapping
and could give me a hand i would appreciate.
Tank you very much.