Skip to main content
WM_IR
Associate III
March 30, 2024
Question

CONFUSION IN USART BLOCK DIAGRAM

  • March 30, 2024
  • 1 reply
  • 1786 views

Hi, I have a confusion between these 2 USART Block diagram. Figure 1 and Figure 2.

Figure 1 shows that the flow of the RX is from RX ENDEC block -> RDR -> Receiver control.

Figure 2 shows that the flow of the RX is from RX ENDEC block -> Receive shift register -> RDR.

Could someone explain to me the flow of these 2 figures? is it same? because I am so confused.
Figure 1Figure 1 

                                          FIGURE 1

 

Figure 2Figure 2

 

 

 

 

 

 

 

                                       FIGURE 2

 

 

This topic has been closed for replies.

1 reply

gbm
Lead III
March 30, 2024

Oh, that's quite simple: the first picture is incorrect - "shift" and "data" register names are swapped.

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice
WM_IR
WM_IRAuthor
Associate III
March 30, 2024

Really? This comes from the STs Reference Manual.