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 4.2.4: OMAP L138 disassembly “????????”

Anonymous
Anonymous


Hi,

I would like to ask a question with CCS 4.2.4 debugging OMAP L138.

When I am viewing the disassembly, why do I all get “????????” without meaningful assembly? And despite of this, I was able to compile and execute and execute complex programs with expected results.

Could anyone explain this disassembly quirk to me?

 

Zheng

  • In v4, CCS will display "?" for memory regions not defined by the debugger memory map. So even if that memory region is valid, CCS thinks it is not accessible and blocked for reading it. Check your debugger memory map and see if your valid memory regions are defined correctly.

    Thanks

    ki