This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IAR stack outside of range

Other Parts Discussed in Thread: TMS570LS3137, HALCOGEN

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