Greetings,
Our code has circumstances where the processor runs from RAM. In one instance, it will load code A into a location in RAM and run it. At another time, the same location will be loaded with code B which is then run. When debugging, CCS notes that the location could have code A or B which is correct. At the moment, I am trying to debug code B, but CCS is showing the debug information for code A. Looking at the assembly, I can see that the code which is at that location is code B. Is there a way to tell CCS to use the debug information for code B?
Thank you,
Ed