I would like to have ble_app_uart + usbd_msc. Now the problem is that SD not suporrt the USB power events,as a result, I can not check when usb is plug in and request USBD to start.
I would like to have ble_app_uart + usbd_msc. Now the problem is that SD not suporrt the USB power events,as a result, I can not check when usb is plug in and request USBD to start.
Hi,
As you already know, the softdevice restricts access to the NRF_POWER register. This is fixed in the s140 v6.0.0-6.alpha, as described in this thread. Unfortunately, there is yet no SDK released with support for this softdevice version. You will either have to wait for the next SDK release, or migrate your project to the new softdevice API.
You can also take a look at this thread, which provide two BLE + USBD examples for the current SDK.
Best regards,
Jørgen
When will the new SDK be released?
When will the new SDK be released?