Hi all,
I have DM6437 EVM board and I'm using CCS 5.2 to program this board. My project is based on DSP/BIOS 5.42.0.07.
In emulation mode my project is successful running.
Now I'm trying to run my project from NOR flash. But without success so far.
I performed following steps:
First, I'm create myProject.bin file using genAIS utility to convert .out file to AIS format:
genAIS.pl -otype bin -i myProject.out -o myProject.bin -bootmode emifa -datawidth 8 -cfg evmdm6437.cfg -cfgtype ais
Next, I running NORWriter project to download AIS script to NOR flash. It's successful:
Erasing the NOR Flash
Erased through 0x42020000
Erase Completed
Writing the NOR Flash
NOR Write OK through 0x42000004
Writing the NOR Flash
NOR Write OK through 0x42002000
NOR Write OK through 0x42004000
NOR Write OK through 0x42006000
NOR Write OK through 0x42008000
NOR Write OK through 0x4200a000
NOR Write OK through 0x4200b4b0
NOR boot preparation was successful!
Finally, I configured SW1 and SW2 switchs to EMIFA ROM FASTBOOT with AIS MODE and reset my board. But my application is not executed. Why?
Can anybody tell me, how I may load my project from flash?
I hope for help, thanks in advance.