
components
Hardware Components
Software Apps and online services
STM32Cubedetails
Github reference open source
– W5500 API
EthernetInterface(SPI_HandleTypeDef* hspi, GPIO_TypeDef* cs_port, uint32_t cs_pin, GPIO_TypeDef* reset_port, uint32_t reset_pin);
where,
SPI_HandleTypeDef* hspi
: Target SPI peripheral HandleTypeDef pointer.GPIO_TypeDef* cs_port
: Target GPIO port start address which MFRC522 SPI chip select pin has connected to.uint32_t cs_pin
: Target GPIO pin address offset which MFRC522 SPI chip select pin has connected to.GPIO_TypeDef* reset_port
: Target GPIO port start address which MFRC522 reset pin has connected to.uint32_t reset_pin
: Target GPIO pin address offset which MFRC522 reset pin has connected to.
Support examples
– Socket (TCP/UDP)
– DNS
– DHCP
COMMENTS