2025-06-16 1:08 AM - last edited on 2025-06-16 1:46 AM by Andrew Neil
My company has purchased STM32F407G-Disc 1 board for evaluation in order to use STM32F407VE in our hardware.
UART6 (PC6 + PC7) works fine but UART 1 (PA10 + PA9) does not work.
I found in some old posts that in the discovery board there is a large capacitor connected to PA9 that prevents the uart from working.
Is this true? Does this mean that in my final hardware design there will be no such issue and UART 1 will work fine?
Thanks.
Solved! Go to Solution.
2025-06-16 1:28 AM
Yes, I remember that much.
The schematics are available on ST's website, check for yourself.
By the way, this is what the user manual has to say about this topic :
Always a recommended read.
2025-06-16 1:28 AM
Yes, I remember that much.
The schematics are available on ST's website, check for yourself.
By the way, this is what the user manual has to say about this topic :
Always a recommended read.
2025-06-16 1:46 AM
@chkolli also in the User Manual:
via: https://www.st.com/en/evaluation-tools/stm32f4discovery.html#documentation
The User Manual tells you that both PA9 and PA10 are occupied by USB:
@chkolli wrote:Does this mean that in my final hardware design there will be no such issue and UART 1 will work fine?
Yes - but you then won't be able to use USB on those pins.
Check the Datasheet to see if there are any other restrictions ...