Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

USB and BLE - IRQ Enable

I am trying to use both USB and BLE on an NRF52840 using SDK 15.  It hit a hard fault during initialization, specifically when it tries to enable the USBD IRQ.

It looks like it is happening on line 1850 uf nrf_drv_usbd.c:  NRFX_IRQ_ENABLE(USBD_IRQn);

Does anyone know what might be going wrong?

Related