This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UART example with external toolchain breaks debugging with "Stopped by vector catch"

I'm working in Segger Embedded Studio and NRF52840-dk. The project is configured to work with External Toolchain -> Arm Gnu Embedded Toolchain (9 2020-q2-update).

I've imported the complete UART example from the Nordic SDK folder. If I start debugging, while APP_UART_FIFO_INIT(), JLINK stops with following message: "Stopped by vector catch".

The application stops in startup_armcm-gcc.S at "Default_Handler: b"

I expect, that I need to assign a handler for e.g. NMI_HANDLER.

Sorry for this maybe nooby question - I'm literally lost.

Appreciate any help, thanks and cheers

Parents Reply Children
No Data
Related