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 by STEP OVER fails whereas STEP INTO works??

Hello,

I am using CC version 3.3.82.13. BIOS version 5.33.06. Code Generation tools v6.1.12.

I am trying to run an algorithm on DAVINCI TMS320DM6437EVM. It runs fine for some time and at a certain point it goes into a non responsive state. On halting the execution it gives an error : "Trouble Halting Target CPU: Error 0x00000020/-1060 Error during: Execution" . When I put a breakpoint at the instruction where it fails and further proceeding by STEP OVER (F10) it goes into non responsive state and gives the above error when the execution is halted (Shift + F5). But at the same point if I do debugging by STEP INTO (F11) it works fine. I am not able to find out why does this happens. Please help.

Thanks in advance...