Hello all, In the file r_qspi.c the erase function uses the 64KB erase block command (D8H). When trying to port a FileX driver to use this piece of memory, I think I am then forced to have 64KB sectors, 64KB sector cache increments, and a bootblock, directory, and FAT that are each a minimum of 64KB. Then, every time I want to write a little bitty file, like HTML or a small graphic image, I have to transfer 64KB chunks. The part offers a 4KB erase function. Short of writing my own, anyone have a way of changing the #define that is the command? Obviously if I change it in place, the platform regenerates the files and I'm back to where I started. I started to drag all the files in from the Synergy project folders to "make them mine" but it became a real pain and then I lose out on any platform advances that come along. Help?
↧