Skip to main content
Graduate
February 6, 2024
Question

How to Configure x-cube-cellular for lwip?

  • February 6, 2024
  • 1 reply
  • 880 views

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 !!

    This topic has been closed for replies.

    1 reply

    ST Employee
    July 5, 2024

    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