Re: ESP32_WROOM - UART_BUFFER_FULL soft reset issue Postbysrisoma»Thu Jan 25, 2024 8:17 am This problem is mostly related to when you communicated over UART with external device being master and ESP being slave. The fix is simple you need to reset master statemachine if your slave ...
Not applicable 23 Aug 2016 Hi, I am working on XMC1100, While Sending Data Through the Terminal to xmc1100. Data Lost was happening. and the buffer full flag is enabled.The UART Cofiguration as belowbaudrate = 921600. Rx = pin 1.1 Tx = pin 1.0 channel = U0C0what might be th...