Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 2 months ago.
UART/Serial Buffer size change
Hi all.
How can I set Serial recieve buffer size in mbed? Also, what is default hardware FIFO size? I am using NUCLEO-F767ZI.
Thank you.
1 Answer
7 years, 2 months ago.
The ST UART does not have a FIFO. You'll need to implement either interrupt or DMA to handle a receive buffer.