Skip to main content
Associate III
August 15, 2023
Solved

nucleo-f410RB uart problem

  • August 15, 2023
  • 1 reply
  • 894 views

I have nucleo-f410rb on hand
i tried to connect all three uart pin on the board (uart 1,2,6)
none of them work

and i found if i use keil to code the board, the uart2 message could come out from arduino board uart pin

but if i used STM32CubeIDE , it can't even come out from arduino board uart pin

i searched for this problem.

some said it is the problem of the division of uart clock(since i can see the message when keil is used, i don't think it is related)

 

what is the problem?

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

seems my uart to usb device somehow not match stm32
i changed to a device use ch340 and now work

1 reply

uveuvenouveAuthorBest answer
Associate III
August 15, 2023

seems my uart to usb device somehow not match stm32
i changed to a device use ch340 and now work