cancel
Showing results for 
Search instead for 
Did you mean: 

Step of stm32f746ze Firmware upgrade using ethernet

Hiren
Associate III

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

4 REPLIES 4

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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?

hs2
Senior

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 😉

Hiren
Associate III

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.