Skip to main content
N Sornakumar
Associate III
November 5, 2021
Question

USB host firmware upgrade stm32f7 series

  • November 5, 2021
  • 3 replies
  • 1696 views

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)

0693W00000GWXsiQAH.png

This topic has been closed for replies.

3 replies

Walid ZRELLI
Visitor II
November 15, 2021

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

Walid ZRELLI
Visitor II
November 16, 2021

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

N Sornakumar
Associate III
November 19, 2021

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 ??