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.

CCS/TM4C123GH6PM: debugger losing control on program

Part Number: TM4C123GH6PM


Tool/software: Code Composer Studio

Hi,

I'm running a project on TM4C123GH6PM. when I run the program, it works fine.

when I debug the program 'step-by-step', there 's a specific line, with a call to a function I wrote. the function sends data to an external device using the SSI.

when I try to cross this code line, even when I try to step into the function call, the compiler jumps to an arbitrary location on memory:

keep pushing 'step over' makes the program skip arbitrary between code sections, and at some point, makes the program run freely, like I let it resume.

any ideas?

to be clear: no error message is printed to the console