cancel
Showing results for 
Search instead for 
Did you mean: 

I have problem using uart on stm32f207ZG.

DBezk.1
Associate

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.

2 REPLIES 2

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
Up vote any posts that you find helpful, it shows what's working..
DBezk.1
Associate

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?