Hi, I am trying to set breakpoints inside few functions in my code for DSP 6657 project, but it is automatically disabled with an error saying no code associated with this line in any loaded symbols. I tried to lookup the name in module section and also in the map file, for those functions, but could find them. all these functions reside in separate .c files, and I can see these files being built and linked in console. Also All optimizations are off, and full symbolic debug is turned on. This code was in working condition before this. Can anyone suggest how should I proceed?
Thanks
Kedar