W5500 Interfacing with STM32 for IoT/Embedded Internet Applications

Detailed and step by step guide to interface W5500 Ethernet/TCPIP off load chips for various IoT and Ethernet enabled embedded applications!
ORIGINAL POST
By eXtreme Electronics
details

2021-11-25-092122.jpg

In this videos, they will create the low level functions that performs the actual SPI transfers using the SPI. These functions are dependent on the micro-controller on which we wish to run the official driver, that is why these code is NOT provided by the driver and we have to write our own for our target plat from which is in this case the STM32. Then we register those function with the driver so that now the driver could call them to perform read and write on the SPI to the W5500 controller chip.

2021-11-25-092122.jpg

In this videos, they will create the low level functions that performs the actual SPI transfers using the SPI. These functions are dependent on the micro-controller on which we wish to run the official driver, that is why these code is NOT provided by the driver and we have to write our own for our target plat from which is in this case the STM32. Then we register those function with the driver so that now the driver could call them to perform read and write on the SPI to the W5500 controller chip.

COMMENTS

Please Login to comment
  Subscribe  
Notify of
POSTED BY
TAGS
Reusable S/W