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.

CC2340R5: Regarding exception error

Part Number: CC2340R5

Tool/software:

Hello team,

I get below excepiton error sporadically during debug session.

For the first cycle, it runs without exception but if stopped in between and re-run, it sometimes enter below exception.

I have custom CCS (version 20.1.1.8) project based on Key Node (SDK) example project.

Regards.

Rasikraj.

  • Hi Rasikraj,

    Thanks for sharing the details.

    This behavior usually occurs due to an unclean reset or invalid state after stopping and re-starting the debugger. BLE operations can cause hard faults if callbacks are uninitialized. These faults often land in Exception_handlerSpin().

    For more information you can refer to this documentation. Link 

  • Hello Megh,

    Thanks for reply.

    I see this exception often observed in the default example project as well. [basic_ble_LP_EM_CC2340R5_freertos_ticlang]

    This exception is NOT seen when pause -> continue is repeated, but it will be there if I pause -> restart -> continue in the ccs debugger.

    Regards.

    Rasikraj.