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

BLE and USB can't work at the same time on nRF52840

hello. I just discovered SDK14 when trying to merge the the USBD from the "/examples/peripheral/usbd" example into the "/examples/ble_peripheral/ble_app_hrs" example I want to use ble_app_hrs over USBD when a user connects a USB cable to my "BLE peripheral" device. Through several experiments,I find "ble_app_hrs" can work while "USBD" don't work. this proble is "ble_stack_init()" function in "ble_app_hrs" example and " init_power_clock()" function in USBD example have conflicted .how to resolve it ???

Thanks!

Related