ethernet lwip re initialize at run time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-20 1:55 AM
im using stm32h743zi2 ethernet with udp . so i generated code and running in Kiel and ping working fine . BUT how to i re initialize lwip at run time .
i tried to reinitialize at run time but the ping is stopping after reinitializing . any body does this , hope u suggest me . thanks
- Labels:
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-20 12:13 PM
Ok now please calm down and explain slowly what's the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-23 2:47 AM
i have generated stm32h743zi2 ethernet with udp code using cube mx . and i have created socket , that is working properly and ping also working .
my need is ... when i send a command like " HELLO11 " i need to de initialize the lwip and after 5 sec i need to re initialize the lwip . after reinitializing the lwip ping should work .
please check the attached txt file and let me know the solution plz... thanks...
