Update STM32F767zi firmware through system bootloader via USB-stick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-28 2:58 PM
Hi,
I saw that it is possible to flash firmware via the Cube Programmer and the System Bootloader. Is it also possible to update the device through the system bootloader from a USB stick?
Also, does someone have a suggestion where I can find more information about the build- in bootloader other than the application note?
Thank you very much
Solved! Go to Solution.
- Labels:
-
STM32Cube MCU Packages
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-28 3:16 PM
No it doesn't support such a mode.
There's a FW Upgrade / IAP example for several F4 and F7 boards using the USB MSC HOST and FatFs. Similarly you could create something to use a MicroSD card, or Ethernet.
The ISP has very finite modes of operation, not all eventualities on all boards.. Use AN2606 as controlling..
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
‎2023-07-28 3:16 PM
No it doesn't support such a mode.
There's a FW Upgrade / IAP example for several F4 and F7 boards using the USB MSC HOST and FatFs. Similarly you could create something to use a MicroSD card, or Ethernet.
The ISP has very finite modes of operation, not all eventualities on all boards.. Use AN2606 as controlling..
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
‎2023-07-28 10:55 PM
Ok thank you, now I have clarity. Thank you very much for your answer
