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?