Question
Misalignment between STM32CubeMX and the datasheet of STM32G030J6 regarding USART modules
I am interested in how many USART modules are available in the STM32G030J6.
Datasheet contains contradictions.
According to table 12 (pages 32-34) we get the following:
USART1_TX 8 pin
USART1_RX 1 pin
USART2_TX 4 pin
USART2_RX 8 pin
According to Figure 6 (page 30) and Table 13 (page 35) we get the following:
USART1_TX 5 pin
USART1_RX 1 pin
USART2_TX 4 pin
USART2_RX 8 pin
STM32CubeMX indicates that only USART1 is available.
How right?