Skip to main content
Graduate II
June 5, 2024
Solved

UART FIFO depth

  • June 5, 2024
  • 2 replies
  • 1618 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é

     

    2 replies

    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.

    sarunAuthor
    Graduate II
    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

    GwenoleBAnswer
    ST Employee
    June 5, 2024

    Hello @sarun ,

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

     

    Best Regards,

    Gwénolé