how to set PPP with lte modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-07 2:53 AM
I am testing LTE modem with a STM32H747 MCU
LTE modem is connectied with STM32H747 thru USART2.
I want to use PPP communications with LTE modem.
but when I try to check LWIP in [Pinout & Configuration] of IOC file,
I can't set [Enabled] of [LWIP Mode and Configuration]
It is disabled. I dont know why.
Can you explain how to set PPP with IOC file.
Solved! Go to Solution.
- Labels:
-
Ethernet
-
STM32CubeMX
-
STM32H7 Series
-
UART-USART
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-11 4:17 AM - edited ‎2023-11-20 7:31 AM
Hi @SOn, Dong-Seong​ ,
Thank you for this clarification.
1- Configure the ethernet as shown in the below figure ( RMII mode for example)
2- Enable the DCache
3- Enable LWIP
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 2:39 AM
Hello @Son, Dong-Seong​ ,
-> I can't set [Enabled] of [LWIP Mode and Configuration] It is disabled. I dont know why.
I recommend you to follow properly the steps as described in this FAQ.
-> Can you explain how to set PPP with IOC file
- Use PPP_SUPPORT requires PPPOS_SUPPORT, PPPOE_SUPPORT or PPPOL2TP_SUPPORT turned on.
- PPP_SUPPORT needs also PPP_IPV4_SUPPORT and/or PPP_IPV6_SUPPORT turned on.
For that, please refer to the below figure.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-11 3:59 AM - edited ‎2023-11-20 7:31 AM
Hi. thank you for your response.
I can't enable LWIP.
​​how can i set like you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-11 4:17 AM - edited ‎2023-11-20 7:31 AM
Hi @SOn, Dong-Seong​ ,
Thank you for this clarification.
1- Configure the ethernet as shown in the below figure ( RMII mode for example)
2- Enable the DCache
3- Enable LWIP
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-11 4:42 AM
Hi
If I can't set ETH of connectivity, can I not use PPP?
ETH cannot be set because many pins of the STM32H747 are used for other purposes.
Are there any other ways to use PPP?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-11 5:32 AM
Hi @Son, Dong-Seong​ ,
You can enable LWIP only if ETH IP is configured.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
