Search found 1 match

by oktheorignal
Mon Oct 11, 2021 1:42 pm
Forum: Sample Code
Topic: ESP32 WROOM (IDF) UART RX interrupt timeout
Replies: 0
Views: 10800

ESP32 WROOM (IDF) UART RX interrupt timeout

Hi to all, Let me explain my setup. MCU 1 has to send 400 bytes to MCU 2. I am enabling interrupts to receive these 400 bytes via uart. The default FIFO hardware buffer is 128 bytes in the RAM which can not be increased. My implementation is reading 100 bytes on every interrupt call. I am facing tro...