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 code on TMC129 connectivity launch pad

I am unable to step through code in the project - I used the example project enet_io.

If I single step expecting the next line to be executed, execution jumps to a previous line. When I try to do run to line, the CCS pops up saying that the line cannot be executed. However, if I hit run to line just one line below this, it executes.

Variables I have explicitly set to values fail to update in the watch expression - and actually too, the variable value has not changed.

How can this happen?