I'm using a PIC 16F877A and I would like to manage to write some data on an MMC card and I would like that data to be readable easily from a computer. So I thought I'd just have to use the FAT component built-in flowcode because it seems a really easy way to do the job.
But unfortunately, if I try to use the FAT functions built-in flowcode I've got an error during compilation saying there's not enough memory or something. I'm wondering if the chip (16F877A) is compatible with the FAT functions ? Otherwise, is there a way to fix this or to mange to get the job done another way ?
Thanks in advance for your help
