Why has CubeMX changed FatFS Version from 0.14 (2019) to 0.12 (2023?). - Which version should I use and why?
Hi,
In 2019 I built a project using an SD Card and cube MX built the platform with FatFS R0.14 which came out in 2019.
I revisited this project with a view to updating drivers and third party software. To find out what version of FatFs cube was using now I built a dummy project for the same and other processors and found CubeMX was using FatFs R0.12.
the questions I have are:
- Why the reversion from R0.14 to R0.12?
- Are there any issues with using higher versions, currently the latest is R0.15?
- Has anyone played around with various versions and if so what were the conclusions drawn?
Version R0.12 does not provide support for 64-bit LBA and GUID partition tables (FF_LBA64). Version R0.14 does.
I am using FatFs R0.14 with an sqLite amalgamation and have occasional errors hence the reason for revisiting the FatFs version.
