2022-05-05 09:00 AM
Hi All,
I would like to implement a WiFi interface on a custom board based on the STM32F765.
Until now I have been used wired ethernet interfaces. For the WiFi I plan to use an ATWINC1500 module connected with SPI. The module implements the stack until the MAC level. I wonder if it is possible to use the LwIP stack for the higher layes. If the answer is affirmative, where is the "connection" between the ATWINC1500 driver and the LwIP stack? I mean, provided that there already is some driver available for that device, is it straightforward to use LwIP the TCP and UDP?