Tool/software: Code Composer Studio
I went through http://e2e.ti.com/support/tools/ccs/f/81/t/824001?CCS-TMS570LS0432-How-to-jump-to-the-line-of-the-source-code-using-DSS-API-.
But I am unable to find the address of the line of code at which breakpoint is set.
I am using CCS6.2 and my hardware is DSK5509A developmental kit.
Also when I am trying to create the breakpoint properties and setting the breakpoint, it is setting as a HW breakpoint by default.
Once the breakpoint is set, when I use,
bpProps2.getNumeric("Hardware Configuration.Type.Location");, I get the error "TypeError: Cannot find function getNumeric."