i'm develop some custom encrypted Mass Storage Device using STM32F411i want to use SDIO and DMA when need to process MSC Request, Some of my code, int8_t STORAGE_Write_FS(uint8_t lun, uint8_t *buf, uint32_t blk_addr,
uint16_t blk_len) {
/* USER CO...
Hi. i am a newbee here. i want to know STM32F411CC has sdio, does it support SDXC ?i need to use more than 32g sdcards. (example 64, 128, 256, 512g)if STM32F411CC only support SD 2.0 (SDHC max capacity 32g), SPI will support access more than 32g ??...
i found some post said UNDERRUN Error is related to SDIO_CK Speed. and my initial ClockDiv value was 0, and change it to 10, wow it works fine. but i dont know why. somebody can teach me ?