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/EVMK2H: Debug a crash or hang in TI-RTOS using CCS

Part Number: EVMK2H


Tool/software: TI-RTOS

Hi,

I am having one K2EVM-HK and using TI RTOS on it. I am using CCS 7.3.0.00019. I have created two threads and facing some issue. It seems like one of the thread crashes while the other one is in infinite loop. I am not getting any crash logs on CCS or any kind of notification. If I do a pause, in Disassembly I can see a single instruction repeating throughout, suggesting that thread is in infinite loop. I am also doubting that while this thread is running in infinite loop, my other thread has crashed.

Can you suggest me some debugging techniques to find out where the crash is happening and in which loop the thread is getting hung.

Thank You