B-U585I-IOT02A Discovery Board, USART2 and USART3 Comms
I am trying to use the USART's via the CN2 or CN3 connector.
The documentation "um2839-discovery-kit-for-iot-node-with-stm32u5-series-stmicroelectronics.pdf" gives the following pin mappings:
CN2
USART3_TX -> PD8
USART3_RX -> PD9
CN3
USART2_TX -> PA2
USART2_RX ->PA3
When I create a project using STM32CubeIDE (version 1.9.0)
It assigns the following:
USART3_TX -> PA5
USART3_RX -> PA7
USART2_TX -> PD5
USART2_RX -> PD6
What am I to do?
Cheers,
Don
