2014-03-17 12:36 PM
Hello everyone,
I am trying to make U-boot work on my STM32F4-discovery board, and I downloaded the Emcraft version which supports the STM32F429-Disco board. I have made the required modifications (I hope) but I am facing a weird problem where I receive corrupt chars from the serial port. I even tried the pre-built image provided and I have the same problem.any one have an idea about what might be the problem, I am really confused here and ran out of possible explanation.any help would be appreciated.2014-03-17 12:54 PM
Using which USART/pins, because PA9 is not viable on the STM32F4-DISCO without modification.
2014-03-17 01:18 PM
using that pin (PA9) it is made as the default pin in that setup by Emcraft.
what pin can I use without problems, and what r the modifications I need to make?thanks2014-03-17 03:00 PM
You might be able to use USART6 via PC6/7
For PA9 you should review the circuit diagram to see what is attached to it, the biggest problem is a large bulk capacitor, but it's connected to other USB related pins/chips too.2014-03-18 12:40 PM
that was the problem, and USART6 worked :)
thanks a lot for your help.