W5500Interface-STM32Cube

STM32Cube configuration with W5500
ORIGINAL POST
By factoryal
components
Hardware Components
Software Apps and online services
STM32Cube
details

화면 캡처 2022-03-31 144555.png

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

 

 

화면 캡처 2022-03-31 144555.png

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

Please Login to comment
  Subscribe  
Notify of