How to Configure x-cube-cellular for lwip?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-02-06 4:25 AM
Hello,
I am working on B-U585I-IOT02A board, I have downlaoed the x-cube-cellular expansion pack.
It is working with bg-96 cellular modem with USE_SOCKETS_MODEM using freeRTOS.
I want to use USE_SOCKETS_LWIP for my B-U585I-IOT02A board how do I configure for LwIP?
Thanks in advance !!
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-05 4:40 AM
Hello @amolchor25 ,
In order to configure this with LWIP you need to prepare the networking interface file similar to the Ethernetif.c file used for ethernet examples as there is no native support for this module you will need to do it yourself.
Regards
In order 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.
