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.

RDK-IDM-L35 debug issue

I have RDK - IDM - L35 board and XDS100 v2 emulator and ccsv5  program.
 
My board shows qs-keypad program.
 
I'd like download Hello World program  to my RDK - IDM - L35 board
 
Builder works without errors.
 
Where can I find source for 0x2d4?
 
The best regards.
Andrzej M.
  • Hello,

    This is not really an issue or error. All the debugger is saying is that the target is halted at address 0x2d4 and you have no source code associated at that address.

    The bigger question is how you got there. When you tried debugging the program, it should normally be halted at main (assuming you have one). Did it ever get to main? Or was it endlessly running without ever getting to main and you manually halted the target?

    Thanks

    ki

  • Hi,

    The answer to this question is shown at several places in this forum. Please search for "no sources available for" and you will find several relevant hits.

    Hope this helps,

    Rafael