Skip to main content
Visitor II
May 26, 2020
Question

Step of stm32f746ze Firmware upgrade using ethernet

  • May 26, 2020
  • 2 replies
  • 1505 views

Hello,

I am using stm32f746ze i want to update firmware in this controller in this project i also use Ethernet module.

i am not use RTOS so how can update on bear metal.

so kindly suggest setp of firmware up-gradation

if have any example please provide us

regard's

Hiren Rameshbhai Thumar

    This topic has been closed for replies.

    2 replies

    Graduate II
    May 26, 2020

    Are you using the Ethernet in your application now? Can you not pull data from an HTTP server, and write that into a section of Flash?

    Check the ethernet IAP examples​, and application notes, perhaps you can copy some code from there.

    HirenAuthor
    Visitor II
    May 26, 2020

    Thanks for reply

    i am using Ethernet udp for communication.i read for udp connection it is unsecured so how can pull secure data for firmware up-gradation?

    Visitor II
    May 26, 2020

    Sure, UDP is not secure (encrypted) and provides no data transfer guarantees. You've to use/design your own custom protocol on top (maybe not so easy - see RUDP)

    Or ... use TCP ;)

    HirenAuthor
    Visitor II
    May 26, 2020

    Thank you for reply.

    if have any document which provide step of firmware up-gradation using tcp,calculation required flash or eeprom this kind of pre request calculation in document please provide us.