cancel
Showing results for 
Search instead for 
Did you mean: 

CONFUSION IN USART BLOCK DIAGRAM

WM_IR
Senior

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

 

 

2 REPLIES 2
gbm
Lead III

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

Really? This comes from the STs Reference Manual.