Hello,
I am having an esp32 connected to nrf5340 and I am doing firmware update for the esp32 by bypassing the UART of esp32 via the USB CDC ACM of nrf5340.
So basically esp32 is connected to nrf5340 via UART and the usb of nrf5340 is connected to computer.
When I get any data in ACM I am writing it to esp32 via uart and vice versa.
But I am not able to control the in-flow of data via USB ACM and overflow is happening.
I need to control the flow of data from computer to nrf5340 via USB ACM, how can I do it ?
I couldn't find any CTS macro.