STM32F427 USART FIFO ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-08-21 2:48 PM
Posted on August 21, 2015 at 23:48
Is there a hardware FIFO for USART6 and if so what size in bytes ?
If not, example code of putting a FIFO in the interrupt handler ? How about the other USARTs and UARTs, do they have hardware FIFO ?
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-08-21 5:49 PM
Posted on August 22, 2015 at 02:49
None of the USARTs has a FIFO. The receive and transmit each have a single holding register.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
