Question
STM32L462 FATFS FR_DISK_ERR on f_write
Using custom board with l462re, sdcard connected directly to mcu without external pullups.
SDMMC clockdiv set to 10, SDMMC freq set to 48MHz.
When ever I'm trying to use f_write or f_mkfs they return FR_DISK_ERR.
Sometimes sdcard is corrupts(file is created but files size is 4gb).
Tried 5-6 sdcards from 1gb to 32gb.
Same code but on f767 is working fine.
