This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320C6748: Debug code vs RAM code

Part Number: TMS320C6748

Tool/software: Code Composer Studio

I have chased down a problem where my code runs off into the weeds (i.e. starts executing in data space).  What I find with CCS is that the code in memory is correct, the debugger reports the address correctly, but the code it shows is not the same as the code in RAM.  While my first thought was "that's impossible!", I realized there is instruction cache on this device and it is possible the code being executed has not been loaded correctly from RAM.  How can I test this theory, and which manuals should I read to fully understand the "automatic" instruction cache operations?

Thanks,

Mike