This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The lwIP 1.4.1 support in Tivaware is quite old. Many developers on the internet recommend starting new projects on lwIP 2.0.x, especially when combining multiple open-source embedded libraries.
Has anyone successfully updated the TM4C port of lwIP from 1.4.1 to 2.0.x?
It looks like the interrupt versus main() master loop calls need to move around. I've been working with 2.0.3 and looking at NonGNU.org and ARMmbed/lwip, but there are some interesting discrepancies.
Any help?
Hello Brian,
There have been some community members who have had success with this. I will post their E2E threads for you to review.
One of our community members has done this successfully and documented some details in this post: https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/p/587288/2157525#2157525
Some other details he shared in another thread are: https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/p/586128/2153641#2153641
Lastly Charles helped troubleshoot another issue with porting here: https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/639660
I think these resources will be fairly helpful for you, particularly John's contributions.