esp-hosted icon indicating copy to clipboard operation
esp-hosted copied to clipboard

Port ESP_hosted_fg to STM32H7 in SDIO transport problem

Open alireza3137 opened this issue 1 year ago • 43 comments

Hi I decide to port esp_hosted_fg to stm32h743Vi and use SDIO for transportation. In stm32h743Vi there is SDMMC instead of SDIO and its driver has some differences with SDIO driver for cortex M4.
So I am not sure about these two flags in sdio_ll.c file: 1- SDIO_FLAG_TXACT 2- SDIO_FLAG_RXDAVL

I have a guess for SDIO_FLAG_TXACT and it is SDMMC_FLAG_DPSMACT. But I have no idea about SDIO_FLAG_RXDAVL.

give any advices would be appreciated.

Thanks.

alireza3137 avatar Mar 09 '23 06:03 alireza3137