lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Ethernet bootloader with lwip


From: sarp
Subject: Re: [lwip-users] Ethernet bootloader with lwip
Date: Fri, 5 Apr 2019 04:17:22 -0700 (MST)

I implemented for STM32 using lwip raw API. 
It's all about writing to flash, setting the ROM address and vector table if
you are not looking for a checking mechanism.
Additionally, I did it for different socket layers like internal stacks of
wifi and gsm modules, Keil's RL TCP Net callback sockets, BSD and so on..
Look at the link below for writing routines to the flash and jumping to the
new firmware.
Socket layer will be a little bit challenging if you are working with raw
API, like assigning the changed ports after transmission starts and so on..

https://github.com/akospasztor/stm32-bootloader




--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]