PPPos using LwIP in STM32 not connecting to the server after some time
Hi all,
I am currently working on GSM 4G module with STM32F429ZI. We are trying to connect to our server using LwIP and PPPos. I am able to connect to PPP and get PPPERR_NONE and IP address. I am also able to connect to our server using socket connection. Our module communicates with our server very nicely for some time. But after sometime, I am unable to connect to socket and I get errno 103 (and 105 sometimes). But the PPP still seems to be connected as I am not getting any PPPERR_CONNECT or any other error message in the callback. There is also no example related to PPP in STM32 CubeMX. There are hardly any PPPos LwIP using STM32-related examples on the web.
Does any one have an example of PPPos using LwIP in STM32 and doing stable socket connection ?
Regards,
GBhat
