Skip to main content
Associate II
July 20, 2023
Solved

UART3 communication send and receive data in STM32-U585 B-U585I-IOT02A discovery kit

  • July 20, 2023
  • 1 reply
  • 2063 views

Hi 

I am creating project by enabling uart3, when write some data on UART3 there is no output on UART_Tx pin.

please let me know any configuration m I missing while creating new project.

thanks in advance

Amol Chor

This topic has been closed for replies.
Best answer by amolchor25

Thanks for reply !!

I have change the status of PH15 pin to high to use UART_3 for PD8 and PD9, it works for me.

1 reply

OlivierR
ST Employee
July 20, 2023

Hi,

Does RX and TX output are assigned to PD8 and PD9? (see picture)

Because by default on CubeMX, UART3 RX/TX pins are assigned to PA5/PA7.

What you can do is used in CubeMx is "ctrl + mouse left button" to change these pins.

Olivier

UART3.png

amolchor25AuthorBest answer
Associate II
July 25, 2023

Thanks for reply !!

I have change the status of PH15 pin to high to use UART_3 for PD8 and PD9, it works for me.