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