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: CCS6 - step over doesn't work

Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

Hi all,

i am working on a new platform with TM4C129X and an Blackhawk USB 560V2 debugger and with CCS  6.1.3

I  wrote a application using TI-RTOS with Tasks and Interrupts. Everything works fine when running free or run to breakpoints or 'run to here'.

But I have a problem when I try debugging within a task with 'step over'. Instead stepping over a sourcecode line,  I fall into ti_sysbios_family_arm_m3_Hwi_dispatch__I:  in the file Hwi_asm.sv7M

I can step through this function and everthing works fine, but I cannot step over!

Any ideas?

Thank you in advance