cancel
Showing results for 
Search instead for 
Did you mean: 

USB host firmware upgrade stm32f7 series

N Sornakumar
Associate III

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

3 REPLIES 3

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

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

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