Upgrading STM32F429 firmware using a USB key
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-29 11:13 AM
Dear All,
I would like to upgrade / update the STM32F429 firmware using a USB Key.I have found one application note, but I have not found any working example.Does anyone have some working example or some advise?Let me know!Best regards- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-29 11:21 AM
STM32F429I-Discovery_FW_V1.0.1\Projects\FW_upgrade
I've built the STM32F4-DISCO variant.Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-31 8:02 AM
Dear Clive1,
thank you very much for the answer and the advise.Is it possible to use the same code also on the STM32F429 EVAL board changing theSTM32F429I_Discovery file with the EVAL's one?Let me know!Best regards- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-03-31 8:27 AM
The examples are reasonably portable. You have to pay attention to pin utilization, and differences in crystals (8 MHz vs 25 MHz, and associated PLL settings, and HSE_VALUE)
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-03-11 4:44 AM
Dear Sir,
I am using this program to update my device, after I update the device, it can not automaticly boot after power off. I have to push the reset button each time when I power it on .- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-03-11 6:22 AM
I am using this program to update my device, after I update the device, it can not automatically boot after power off. I have to push the reset button each time when I power it on.
You'll probably want to instrument the code so you can identify where and how is locking up, or malfunctioning.Up vote any posts that you find helpful, it shows what's working..
