I develop file system on spi flash memory with Chan's FATFS library.I create file on spi flash but not write anything.When i write some text on file i get disk full error.For fatfs library free space equal 0x0000 but on spi flash free space equal 0xFFFF so fatfs library think no free space on memory and return error. I use SST26 series spi flash. Can someone help me?How can i change this situation?How can i say to fatfs free space equal 0xFFFF and other value is not free for you ?
Best Regards