I am observing strange behavior when trying to boot from NOR flash on my ezdsp c5515 board.
I have successfully generated a .bin file of my project code and flashed it into NOR flash on the ezdsp c5515 board. However, when attempting to boot from flash, the DMA process, which is supposed to transfer audio samples out to the AIC3204, does not start.
However, if I start a debug session and connect to the C5515 (no GEL file), the DMA process starts as soon as I connect. I can then hit Run and the program (and DMA function) will work properly. But, when booting from a cold start, the DMA does not run.
Can anyone shed any light on what may be happening?