cubeide-sd-card
cubeide-sd-card copied to clipboard
CubeIDE/CubeMX compatible MMC/SD memory card FatFs driver
Hi, I use STM32WL with LoRa and SD Card with your driver. My device use stop mode too. I feel confused when my device wake up from stop mode, then...
Hi! great work!! I've seen very crappy code regarding SD SPI and STM32 but yours is very clean and tidy. Just a suggestion, declare instead: ``` static uint32_t spiTimerTickStart; static...
Hi, Following your [blog](https://01001000.xyz/2020-08-09-Tutorial-STM32CubeIDE-SD-card/), I have created a project for my F411 PCB board, where SPI5 is used for MCU to talk to SD card module. I run my code...
Hi, Following your [blog](https://01001000.xyz/2020-08-09-Tutorial-STM32CubeIDE-SD-card/), I have created a project for my F411 PCB board, where SPI5 is used for MCU to talk to SD card module. I run my code...
The first time it's ok to mount the sd card and read/write files. ``` MX_SPI3_Init(); MX_FATFS_Init(); HAL_Delay(1000); init_sdcard(); ``` then I remove sd card and insert sd card, use the...
Hello, I have been trying to get functionality of using l_seek with F_size to get the end of a line since this version (and the HAL version for F0 chips...
user_discio_spi.c, line 249: `resp = xchg_spi(0xFF); /* Receive data resp */` My SD card does not respond with 0x05 response immediately, only after one 0xFF. This function should wait with...