Step of stm32f746ze Firmware upgrade using ethernet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-25 10:37 PM
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
- Labels:
-
Ethernet
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-25 10:57 PM
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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-25 11:05 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-26 2:11 AM
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 ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-26 3:49 AM
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.
