The particulars:
- OMAP-L137 EVM from Spectrum Digital
- CCS 3.3.81.11
- Connected using on-board JTAG
- Using current GEL file from Spectrum Digital.
- OMAPL137_dsp_1_00_00_11 SDK
I am trying to program the SPI flash via the USB JTAG. I can connect to the ARM and halt it. When I try to load the program "spiflash_writer_ccv3.out", I get
"Data Verification failed at address 0xC0011944. Please verify target and memory map"
I can view that memory location. It is reported as 0x00000000. I cannot change the location. Any changes will revert back to 0x00000000.
I have been following the instructions on this page:
http://processors.wiki.ti.com/index.php/Restoring/Flashing_OMAP-L137_Bootloaders
I have also tried running the GEL menu command "Setup_Memory_Map" before loading the program. Same error.
Any ideas?