Using STM32F769 MCU as a SDIO host to interface with SDIO Slave (ESP32).
Hi,I am working on SDIO practically for first time, so I am using STM32F769 as a SDIO host and ESP32 as a SDIO slave. from ESP32 examples I was able to understand how to set the SLAVE config, but I am not understanding on how to start with STM32F769 ...