How do I interface a Micro SD with STM32 MCU, taking into account my requirements?
After some of research about SD Card integration with STM32 MCU, I realized that SDIO is the simpliest and most supported protocol between ST community. However, I've also found that there is no low power MCU which satisfy my specs:
- 1 * SPI
- 1 * I2C
- 1 * UART
- 1 * I2S or SAI
- Some GPIO ports as also 2 analog channels.
- Package with less pins as possible
When I tought that I had found the most fittable (STM32L431KC) MCU, STCubeMX did not let me configure SDIO interface.
Should I change SDIO interface to SPI? For what I've seen integrate STM32 MCUs with SDCard trough SPI it's challenging and can bring a lot of complications.
Any one have a good Application Note about that?
Any help would be appreciated, and an amazing new year.
