I have a custom nRF52833 board that acts as an HID device, which works perfectly. I now need to get values from the USB to the serial monitor for easy debugging purposes. I learnt that this could be done using the usb_cdc_acm class.
1. While an example for nRF52840 is given in the nRF SDK, I don't know how to modify it for my custom board in Segger embedded studio in which the code for USB acting as an HID device is written. I tried using Developing for nRF52811 user guide given in nordic infocenter as a reference but couldn't understand it.
2. I also have no idea how to integrate it with the already existing project in which the USB acts as an HID device.
I am using nRF5_SDK_17.0.2 with Windows 10 OS.
I am a beginner with nRF. Could somebody please help me out?