• SPI Flash, File Update Problem
    Hello, I have a problem with RL-FlashFS for SPI Flash memory(AT45DB161). As you know, currently there is no 'update' option for NOR flash memory in the library. I can easly manage fopen, fclose,fdelete...
  • SPI Flash, File Update Problem
    Hello, I have a problem with RL-FlashFS for SPI Flash memory(AT45DB161). As you know, currently there is no 'update' option for NOR flash memory in the library. I can easly manage fopen, fclose,fdelete...
  • problem to use fopen with Flash FS library
    Hello everybody, I use a LP1768 (cortex-M3) and I would like to use an SD card. For this, i use the Flash FS library. But when i want to use the "fopen()" this fuction doesn't work. it return an...
  • problem to use fopen with Flash FS library
    Hello everybody, I use a LP1768 (cortex-M3) and I would like to use an SD card. For this, i use the Flash FS library. But when i want to use the "fopen()" this fuction doesn't work. it return an...
  • fopen "w+" or "r+" mode
    Hello, I need to modify or write a specified line in a text file. I read in some forum that it is possible to do that using two files, by means the following steps: 1. Open the first file in read...