2017-07-13 06:57 AM
Hello All,
I wanted to know if the STM32F767, supports FIFO for the UART module? If yes, what is the size.
I need the FIFO details for configuring the Hardware flow control.
regards,Hemanth#uart #stm32f7 #fifoSolved! Go to Solution.
2017-07-13 07:18 AM
I wanted to know if the STM32F767, supports FIFO for the UART module?
No.
ST's Cortex M controllers generally have no FIFO. You can use DMA instead. Actually, you are supposed to use DMA.
Check the Reference Manual.
2017-07-13 07:18 AM
I wanted to know if the STM32F767, supports FIFO for the UART module?
No.
ST's Cortex M controllers generally have no FIFO. You can use DMA instead. Actually, you are supposed to use DMA.
Check the Reference Manual.