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.

RTOS/TDA2SX: How to debug XDC ASSERT issue

Part Number: TDA2SX

Tool/software: TI-RTOS

Hello,

I encounter a problem of XDC Assert when i develop usecase on BIOS. 

But the assert information only show the callback function SP as below:

[HOST ] 139.970902 s: ### XDC ASSERT - ERROR CALLBACK START ###
[HOST ] 139.970902 s:
[HOST ] 139.970963 s: E_spOutOfBounds: Task 0x89335a10 stack error, SP = 0x899dba6c.
[HOST ] 139.970963 s:
[HOST ] 139.970963 s: ### XDC ASSERT - ERROR CALLBACK END ###

I can't found out any other function call stack., even though i use CCS to debug it.

I only can get the information as below:

Is there has other means to debug this issue and found out the function call stack?

Then I can found out which function cause this assert.

Best Regard,

Junli