Hi
I am using nrf5340 dk board for my application development. I want to configure the nrfUSB port as bluetooth controller and serial port
case 1:
when iam trying to flash the bluetooth/hci usb application,then nrf USB port acting as a bluetooth controller by showing it as extra bluetooth controller through bluetoothctl command and it is not showing as serial port when iam checking with ls /dev command
case 2:
when i am trying to do flash the smp server with usb_cdc enabled hci_usb application ,then nrf USB port it is not showing as bluetooth controller,but the serial port is enabled where the new images can uploaded through mcumgr.
I need a mechanism such that nrf USB connector in nrf5340 dk board should acts as a bluetooth controller and also acts as a serial port to upload the new images through smp server (mcumgr)