Hi,
I've tried compiling the demo project on IAR for the TMS570LS3137 using the HDK kit. For programming I used the XDS100v2 JTAG.
The whole thing acts a bit weird, sice sometimes it works and sometimes it hangs on the abort handler with no apparent reason.
Then I get the following messages:
"The stack pointer for stack 'FIQ_STACK' (currently 0x8000200) is outside of range (0x8000400 to 0x8000500) "
"The stack pointer for stack 'CSTACK' (currently 0x8000500) is outside of range (0x8000000 to 0x8000200) "
... and so on...
The code is the same, nothing's changed.
Any idea what might be causing this?
Thanks