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.

no symbols are defined for 0x009B9530

Other Parts Discussed in Thread: TMS320C6455

Hi all,

I am running a piece of code on tms320c6455 which has SRIO transactions from one more c6455 DSP and some signal processing.

I have an infinite loop in my code and so it is expected to run infinitely. But the processing is stopping somewhere after few iterations. But I can still see that srio is active and it is receiving data from the other DSP.(may be since SRIO is independent of CPU)

So, to just see at what line of the code it stopped execution I paused the execution in CCS. After I pause it and run again it showed a message :

"No symbols are defined for 0x009B9530" and view disassembly.

I also noticed one more thing. When I disabled SRIO and just run the processing part, the execution is happening forever.

where and what exactly is the problem? I am using CCS 5.5.0

Thanks in advance,

Vaishnavi