Hello,
I am using omapL137 EVM starter kit, and I wrote a program on DSP part using DSP/BIOS.
I have a problem that my program suddenly jumps to another location from the same location in code each time. (more precisely it jumps after exit from one function to the start of another task)
I've changed the .text section location from SDRAM to IRAM (with same stack size) and it now jumps to NMI interrupt handler from the beginning. I am not sure that NMI location is coincidence.
What can cause this?
Thanks
Arye