Forum Discussion
ShengN_altera
Super Contributor
3 years agoOne more thing is in blocking mode, UART will block if the SW buffer is full. The size of the SW buffer for both RX and TX is set to ALT_AVALON_UART_BUF_LEN of 64 in altera_avalon_uart.h.
Jayeshkumar
New Contributor
3 years agoAs you are mentioning about SW Buffer, please let us know what are the conditions when it gets Full and how much to increase its size to get our work done?