SPI commands

Hello,

I am trying to connect the wizfi250 to my MCU through SPI.
As I understand this requires some commands with specific details and address?

For example: if I want to “write” on SPI slave(wizfi) then I have to send a write command, then to specify an internal address and then send the data?
If that is correct then what are those commands? What is the write address or read address of Wizfi?

Thank you ,

Best Regards,

Andreas Achilleos

Hi Andreas Achilleos

You can prefer link below for setting up the SPI interface.

wizwiki.net/wiki/doku.php?id=pro … rt#at_mspi

Thanks.