Hello experts,
I would like to get my mind clear on this.
I am using NRF52833 for our custom board we are using Zephyr RTOS (NCS v1.4.99) and IDE is segger embedded studio.
I am using USBD_CDC driver. I am able to detect the USB power. I want to transfer data via USB. In our board UART provision is not provided. We would like to use USB debug.
I have used this following code. But not able to see the data on screen. What will be the end point Address? My code is below here. Is that right ?
Regards
Sudharsan