Hi,
I am connecting F2812 and wish to run my program in flash memory. I have
included F2812.cmd file, i have also included memcopy.c, CSMpasswords.asm files.
I have connected JP7 jumper to 1-2 position for booting from Flash.
i have initialised the following.
extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadEnd;
extern Uint16 RamfuncsRunStart;
MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
InitFlash();
But i am getting the following error when i load my program in to DSP.
" Data verification failed at 0x3F6B12.Please verify target memory and memory
map"
How can i rectify that.?
Can any one please answer me.
regards,
OMAP35x EVM jump-starts low-power apps
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to
start building applications based on the OMAP35x architecture:
http://www.DSPRelated.com/omap35x
Error when running the program in Flash memory of F2812
Started by ●May 5, 2008
Reply by ●May 27, 20082008-05-27
make sure the boot mode.
2008/5/5, n...@gmail.com :
>
> Hi,
>
> I am connecting F2812 and wish to run my program in flash memory. I have
> included F2812.cmd file, i have also included memcopy.c, CSMpasswords.asm
> files. I have connected JP7 jumper to 1-2 position for booting from Flash.
>
> i have initialised the following.
>
> extern Uint16 RamfuncsLoadStart;
> extern Uint16 RamfuncsLoadEnd;
> extern Uint16 RamfuncsRunStart;
> MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
> InitFlash();
>
> But i am getting the following error when i load my program in to DSP.
>
> " Data verification failed at 0x3F6B12.Please verify target memory and
> memory map"
>
> How can i rectify that.?
> Can any one please answer me.
>
> regards,
>
--
zhang.zhilong
2008/5/5, n...@gmail.com :
>
> Hi,
>
> I am connecting F2812 and wish to run my program in flash memory. I have
> included F2812.cmd file, i have also included memcopy.c, CSMpasswords.asm
> files. I have connected JP7 jumper to 1-2 position for booting from Flash.
>
> i have initialised the following.
>
> extern Uint16 RamfuncsLoadStart;
> extern Uint16 RamfuncsLoadEnd;
> extern Uint16 RamfuncsRunStart;
> MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
> InitFlash();
>
> But i am getting the following error when i load my program in to DSP.
>
> " Data verification failed at 0x3F6B12.Please verify target memory and
> memory map"
>
> How can i rectify that.?
> Can any one please answer me.
>
> regards,
>
--
zhang.zhilong