Skip to main content
Visitor II
November 5, 2021
Question

USB host firmware upgrade stm32f7 series

  • November 5, 2021
  • 3 replies
  • 877 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

    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

    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

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