• RL ARM frename() function is not working
    Hello All , I am using Rl ARM Library for file system . When I use frename() function for renaming existing file there is one issue , for e.g Old file name = Welcome.txt and renaming...
  • Beware - frename bug in RL-FS !
    Again, for those who use Keil's middleware - FAT frename function has a nasty bug: if new name contains path (for example "M:\name.txt") the whole string will be used as new name. In this particular...
  • RL-FlashFS PageRead and PageWrite functions
    Dear forum members, I am using Keil RF-FlashFS with STM32F2xx MCU and NAND memory. NAND is interfaced using FSMC controller. I am trying to use the function PageWrite() and PageRead() (from file NAND_STM32F2xx...
  • FlashFS missing functions and SDHC support
    Dear All, I'm programming an app that writes to SD card and I'm using the Keil FlashFS on STM32F100C8 device. In the documentation of Keil I found that the SPI driver have some functions in order...
  • Is FlashFS Buggey?
    I have some problems with FlashFS. I described one about masking in ffind() earlier but now I can't get fread() working. It works like a charm in simulating FlashFS RAM drive but in reality...