Skip to main content
Associate III
June 5, 2024
Solved

UART FIFO depth

  • June 5, 2024
  • 3 replies
  • 1677 views

Hello good day,

I am using the STM32H755 Nucleo board. In the UART module, how are the FIFOs managed? According to the datasheet, there is one TX FIFO and one RX FIFO.

What is the actual depth of these FIFO?

This topic has been closed for replies.
Best answer by GwenoleB

Hello @sarun ,

The Tx/Rx FIFO depth is 16 bytes according to RM0399 Table 419.

 

Best Regards,

Gwénolé

 

3 replies

Andrew Neil
Super User
June 5, 2024

Have you checked in the Reference Manual?

In ST's documentation structure, that's usually the place to find such details, rather than the Datasheet.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
sarunAuthor
Associate III
June 5, 2024

Hello @Andrew Neil 

Thank you for your response, yes I have gone through reference manual  RM0399, I haven't found anything particular mentioning  FIFO depth

GwenoleBBest answer
ST Employee
June 5, 2024

Hello @sarun ,

The Tx/Rx FIFO depth is 16 bytes according to RM0399 Table 419.

 

Best Regards,

Gwénolé