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/AM3359: No debugging possible since CCS 7.3

Part Number: AM3359

Tool/software: Code Composer Studio

I've trouble with debugging my SYS/BIOS Processor application.

Application Project: Compiler TI v16.9.3.LTS; SYS/BIOS 6.50.1.12; SDK 1.1.0.6

It is possible to set a breakpoint, not possible is to step over or into the C code.

At the action "step over" the  result is that the PC is set at the assembler code:

ti_sysbios_family_arm_a8_intcps_Hwi_dispatchIRQ__I:

At the moment it is possible to debugging only with "run to line" or breakpoints.

Everybody have a similarly behavior