Hi All,
trying to understand the USB CDC ACM example for the Nordic 52840 using SDK17. I believe I've got it working, but there's one thing I'm not quite understanding. I'm using the example's event handler to notify me when data has been received, but when I'm in debug mode, I'm noticing that my data buffer is getting updated even before I make a call to app_usbd_cdc_acm_read() . Could anyone explain to me how this is happening? I was under the impression that I have to use the aforementioned function in order for my application to know where to put the received data. Thanks!