How to change the FatFs version in CubeMX (due to random bugs)?
Hi!
I am using STM32L476 uC to which I have interfaced an SD card via SDIO. I am using the code and libraries (together with the FatFs in question here) generated from CubeMX. The problem is that now and then, I get errors in the FatFs library, in ff.c for the functions
f_write�? (returns FR_DISK_ERR);�?
and
f_mount�?
CubeMX generates the FatFs library from version R0.11, and I was thinking to change it to the latest version (currently R0.13), in the idea that the bugs are fixed.
Does anyone have any idea how to change this in CubeMX? Or did anyone encoutered this kind of issues?
Any idea is highly appreciated!
Regards,
Andreea
#fatfs #fr_disk_err #f_write #f_mount #sdio #error #cubemx #stm32l4