Part Number: TMS570LS3137-EP
Other Parts Discussed in Thread: TMS570LS3137
We are using TMS570ls3137 in our project and development tool is Code Composer Studio Version: 10.2.0.00009, compiler version is TI v20.2.4 LTS. We are facing inconsistency in setting breakpoint. We observed few scenarios:
Scenario-1:
When there is local variable or function parameter we are able to set breakpoint at function start scope ( at open brace "{" ) as expected .
Scenario-2:
When there is no local variable or no function parameter we are unable to set breakpoint at function start scope ( at open brace "{" ) as expected . If we forcefully set break point, CCS showing annotation that there is no executable on the particular line.
As are doing automated testing we wanted to keep the breakpoint consistently at function start scope which is open brace "{".
In the second function, our expectation to set breakpoint at line number 189, but it automatically sets at 190. is there any workaround to address this issue?