AT45 (FATFS), firmware updates

Hello, does someone have experience with FATFS on the AT45?
The AT45 drivers work great, but I’m not getting it working together with FATFS…

The FATFileSystem driver in Mbed OS 5.5 should work if you implement BlockDevice. Try with this driver.

Dear

I did it but I’ll try it agian tonight.

Greetings
Thomas Van Aken

Let me know. Did you call the format function on FATFileSystem? I think it’s necessary on the blockdevice to get the right partition tables in place.