U-boot on STM32F4-DISCO
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-17 12:36 PM
Posted on March 17, 2014 at 20:36
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.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-17 12:54 PM
Posted on March 17, 2014 at 20:54
Using which USART/pins, because PA9 is not viable on the STM32F4-DISCO without modification.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-17 1:18 PM
Posted on March 17, 2014 at 21:18
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?thanksOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-17 3:00 PM
Posted on March 17, 2014 at 23:00
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.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-18 12:40 PM
Posted on March 18, 2014 at 20:40
that was the problem, and USART6 worked :)
thanks a lot for your help.