Hello,
I'm using CCS v5.2.1.00018 on an OMAP3 processor- I cannot set breakpoints inside a function, but I can set breakpoints at the entry point of the function (by creating the breakpoint manually) and step once inside.
If I try to set a breakpoint inside the function it gives the "No code is associated with" error and disables it. This also seems to break "run to cursor" as well. I'm using a Blackhawk BH-USB-560v2 as the debugger. The dissassembler matches the C code and I can set a hardware breakpoint in the dissassembler, but it's a tedious process to find the right spot to break in assembly.
The compiler flags aren't the issue since I can use the same image with RealView Ice and breakpoints work fine everywhere.
Any ideas on how to fix this? Thanks,
Justin