Jan Axelson's "usb mass storage" is a great book helping me in completing my hobby OS! I love it. However, I have to transfer the FAT16 modules to FAT16 and FAT32 because most sticks today are formatted with FAT32, if you buy them, and FAT16 ends with 2 GB.
Is there a link to this code adapted to FAT32? I am fighting with the Cache_File_Entry(...), fileFind(...). and fillFileObject(...).
FAT32 uses the root dir like a file (with a cluster chain in the FAT).
Any help would be highly appreciated.