Disable debug on nrf52 DK

Hi, is there any way to disable debug on nrf52 DK board. I want it to not stop after breakpoint condition and just restart after system error.

Parents
  • Hi,

    Is this either during debugging or has the DEBUG flag been set as part of the preprocessor settings? The default behavior of the error handler is to reset the MCU if the DEBUG flag is not set. However if the DEBUG flag has been set, then the application will enter an infinite loop and print out the error info such as error code, line number and file name.

    regards

    Jared 

Reply
  • Hi,

    Is this either during debugging or has the DEBUG flag been set as part of the preprocessor settings? The default behavior of the error handler is to reset the MCU if the DEBUG flag is not set. However if the DEBUG flag has been set, then the application will enter an infinite loop and print out the error info such as error code, line number and file name.

    regards

    Jared 

Children
Related