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.

Debugging an XDC runtime error

Other Parts Discussed in Thread: SYSBIOS

I'm debugging a custom board in Code Composer 4 with a Stellaris 9000 series part on it using the Stellaris In-Circuit Debugger from the evaluation kits and I am getting an XDC runtime error. I was wondering if anyone could give me some insight on how to debug this error. It seems as though the error is thrown after SYS/BIOS starts. Tasks do begin running. I removed all of the tasks and it still crashes.

I think it is also important to note that I've successfully programmed and debugged this same board and code with a Spectrum Digital XDS510 USB emulator. No crashing at all.

{module-rope:8028}: line 601: error {id:0xb250000, args:[0x3, 0xdef4]}
xdc.runtime.Error.raise: terminating execution

 

Updated post with more information.