Hi,
I have a BLE application, which I want to interface with PC via serial communication through USB.
It seems that just adding Softdevice breaks the USB_CDC_ACM example, which I have ported to Dongle (Worked fine without softdevice).
I have also changed application flash placement to start at 0x26000, so it doesn't collide with Softdevice.
Is it possible to combine cdc_acm with another BLE example, let's say peripheral blinky?
When combining two projects there is a lot of configuration to be merged in config files and more, is there a simple way to merge solutions? (I am using SES)
Also as an alternative connectivity examples work in a way that PC runs the logic through driver and Dongle acts as a physical link or am I misunderstanding the concept?
Awaiting Yours,