How can I use FileSystem in NUCLEO-F429ZI

Hello,

usually is problem with LittleFileSystem, rest (FileSystem and FATFileSystem) should work I think.
You need always start with a BlockDevice API (in case of SD card SDBlockDevice) and then chose one variant filesystem from above. If you want the data have to be readable also on PC then you need FATFileSystem anyway.

BR, Jan