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.

cant find a source file at "_csl_intcIsrDispatch.asm"



hi all,

i get this message(as mentioned in the subject) when i stop my project execution. the program is getting stuck at this line and no further processing is happening further. I am using interrupts in my code.

it tells me to locate the source file. and when i locate what should i do?

can someone tell what exactly is happening and how to solve this issue?

regards,

Vaishnavi.

  • Hello,
    When debugging a program, with the appropriate symbols loaded, if you halt the target, the debugger will attempt to open the associated source file for where the target is halted at. In you case, the debugger is looking for _csl_intclsrDispatch.asm, which is likely from a CSL library, and can't find the source. This is pretty common for code from a library. For more information, see:
    processors.wiki.ti.com/.../Debug_Handbook_for_CCS

    Thanks
    ki