Skip to main content
DBezk.1
Associate
November 10, 2022
Question

I have problem using uart on stm32f207ZG.

  • November 10, 2022
  • 2 replies
  • 860 views

Hello, people.

I have problem using uart on stm32f207ZG, for some reason my board only uses 4 uart and the others don't work. I set everything up as in the example, everything is assembled and flashed, but the UART is silent from 1 to 6 UART, except for 4 UART.

Help.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
November 10, 2022

Should we guess what's wrong, or are you going to present this in a manner that can be reviewed or analyzed?

Pins properly assigned and configured?

Correct clocks enabled?

Right pins used?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
DBezk.1
DBezk.1Author
Associate
November 10, 2022

I did everything as in the example and it works for people)), but not for me.

Works only 4 uart.

With the settings, everything hums, it even passed in debugging, everything is zero in the registry.

Is there a bug in the HAL library or is the hardware part not working.

Is it possible that I am configuring it incorrectly, is there a working example on stm32f207ZG?