Hello,
I'm using a MIMXRT1040 board. Referring to the lwip_ipv4_ipv6_echo_freertos example, I would ask what is the correct flow in order to deinit all the lwip stack at the same way the function stack_init(void *arg) does? My target is to Init, Deinit and Init again the entire TCIP stack in according with my final application.
Thank you in advance