Hi,
I am using the NRF52840 with the usbd_ble_uart example using the latest SDK.nRF5SDK160098a08e2.
My computer (windows 7) recognize the NRF52840 as a nRF52 USB CDC BLE Demo (COM51) and everything seems ok.
But when I use a serial port program as YAT, Hercules or PuTTY to send message over USB to/from the device, the USB user interrupt is not working.
I saw an instruction to set the #define APP_USBD_CONFIG_EVENT_QUEUE_ENABLE to 0 and to delete the app_usbd_event_queue_process() function from the main loop and I did so, but this didn't help, the interrupt is not triggering.
Besides what is the baud rate of the USB ? I didn't find where I can change the baud rate.
I am stuck with this.
Please help
Best Regards
JK