Hi all,
from ESP32 technical reference manual I've learned that UART controllers share a total of 1024 bytes RAM and default size per Rx/Tx FIFO is a block of 128 byte. Furthermore it says "Rx_FIFO of UARTn can be extended by setting UARTn_RX_SIZE".
However it is not clear to me, where this UARTn_RX_SIZE parameter is actually found to be adapted? Is it somewhere in IDF source? Can anyone help on this?
How to change default size of UART FIFO?
Re: How to change default size of UART FIFO?
https://github.com/espressif/esp-idf/bl ... #L315-L316
It's not supported by the driver so you will have to modify it or use your own
It's not supported by the driver so you will have to modify it or use your own
Who is online
Users browsing this forum: No registered users and 76 guests