To the kind attention of Nordic support team,
I have got an nRF52840 working application using usb and gazell, and I'm porting it from nRF52840 to nRF52833 these days. Yes, I slightly modified code in order to use sdk16, instead of the sdk15.2 one. I got this error that is quite new to me.
Code gets stuck in here:
.thumb_func
.weak Dummy_Handler
Dummy_Handler:
b .
and call stack situation is the one in the attached image. It seems that some interrupts have been generated, that have not got the right handler provided. But which module uses such an interrupt handler in usb gzll application? I'm using gzll_nrf52840_sd_resources_gcc.a library in the project.
Best regards