USB host firmware upgrade stm32f7 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-04 9:52 PM
Board name : stm32f746g discovery
I need to update firmware through usb host, i did not get any documents for "stm32f7 series usb host firmware upgrade"
does any one help me ?
For example i need this type firmware upgradation:(it takes from internet)
- Labels:
-
STM32F7 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 6:18 AM
Hello @N Sornakumar​ ,
You can refer to the following example provided under our F7 CubeFW :
- Path: Projects\STM32756G_EVAL\Applications\USB_Host\FWupgrade_Standalone
I hope this helps you.
BeST Regards,
Walid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-16 12:28 AM
Hello @N Sornakumar​
Have you tried the example suggested above ?
Please click on Select as Best if my post fully answered your question. This will help other customers with the same issue to find the solution faster!
BeST Regards,
Walid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-19 2:28 AM
Hello @Walid ZRELLI
. I have an application which is running properly at the starting location i.e
0x0800 0000
(after usb boot)
. If I change the starting location to
0x0800 4000
the application is still running this location 0x0800 0000
So my bootloader not working ??
