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.

Compiler/PROCESSOR-SDK-AM335X: LED blink example debug issue

Part Number: PROCESSOR-SDK-AM335X

Tool/software: TI C/C++ Compiler

Hi.,

I am trying to do GPIO interrupt using  staterware folder files in TI RTOS(processor_sdk_rtos_am335x_6_00_00_07). In polling method LED is blinking now i am trying through interrupt but i got debug error(Break at address "0x4030fc10" with no debug information available, or outside of program code.) like this.

I attached print screen of errror please check once. 

Please help me.

I am using TMDXEVM3358-SK-LCD carrier board and TI RTOS(processor_sdk_rtos_am335x_6_00_00_07) in windows platform.

Thank you in advance 

Regards 

Chandana

  • Hi Chandana,

    chandana K S said:
    I am trying to do GPIO interrupt using  staterware folder files in TI RTOS(processor_sdk_rtos_am335x_6_00_00_07).

    I would suggest you to work with GPIO example provided in below user guide:

    chandana K S said:
    but i got debug error(Break at address "0x4030fc10" with no debug information available, or outside of program code.) like this.

    This is not an error or problem of any sort. The debugger is simply telling you that after you connected to the target, the program counter is halted at address 0x4030fc10, and that there is no source code associated at that address. If you have not loaded any debug symbols yet, then this is actually the expected behavior.

    Regards,
    Pavel