I want to build a project on the NRF52840 with both BLE and USB. Which should I initialize first?
I am using SDK15.
I want to build a project on the NRF52840 with both BLE and USB. Which should I initialize first?
I am using SDK15.
There is some amount of interleaving that is necessary but overall USB needs to be setup before the BLE stack is initialized.
There is some amount of interleaving that is necessary but overall USB needs to be setup before the BLE stack is initialized.