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

Minimum SDK version for USBD?

I'm still using SDK 12.3 on a nRF52840 product and am bashing my head against the wall because of issues with the USB driver. The current problem is all manner of hard faults trying to enable the USB driver itself. For example, the __DSB() macro in nrf_usbd_pullup_enable() causes a hard fault the first time I invoke app_usbd_start().

I'm also using s132. I know I need to update all the things, but I'm putting that off until I run into a wall and upgrading is easier than not.

Related