Hello, I am going to start working with RL-ARM any time soon. We are confronting a problem that I already know is going to hurt: our controller is going to function as a mass storage device, that has to 1) handle files placed on it by the host PC 2) create files that shall be read by the host PC
now this is a problem, because the controller's file system is mounted on the PC, so the PC is supposed to handle the contents, and not the controller (I had bad experiences with this in the past...). Somebody has suggested looking at the details of FAT management in order to inform the PC about the new files - but is this reasonable, or even feasible? Is this too a dirty a trick?