Hello,
I am using the Spectrum Digital OMAPL137 Evalboard. I am trying to boot my application from SPI0 Flash. I am using AISgen D800K003 to create the .bin file which I then load into Flash with the SPIWriter application. After writing the .bin file to Flash I switch the Boot pins to SPI0 boot mode and power up the board again. When I connect to the board again trough the debugger I can see that the DSP core is halted at the memory location where the IPC attach function is called. So the DSP seems to startup as expected. But when I then connect to the ARM core I see that it is halted at 0xFFFF0004, where the reset vectors should be located. But when I look up in the disassembly view it looks like the reset vectors have not been initialized. So my question is what needs to be done to make sure that the correct reset vectors are stored in the ARMs memory during startup?
Thanks and Regards
Eduard