I'm trying to make an example that uses both CDC-ACM (as a usb serial port) and BLE "central." It will talk to BLE peripherals. I think to do what I want I have to put two separate examples together: usbd_cdc_acm and a BLE central one, probably a simple one (maybe blinky).
I'm wondering if there is advice on the best place to start: should I start with BLE then try to add CDC? Or should I start with the CDC example and try to add BLE? One thing about the CDC example is it's for the DK not the dongle.