• EFS fopen in read mode wont work
    I am using a SPI NOR Flash ( AT45DB641E ) with Keil MDK5 Flash File System v6.8 and EFS. Init, Mounting and formatting works. Even "finfo()" works an delivers information about FS and overall flash...
  • 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...
  • fopen problem
    Hi!! I have problem with fopen funciton. I'm using MCB2300 (lpc2378). When I use SD_File examle its work's fine. Now I'm doing my project, I have proglem. I could incialize SD card, but I can't open...
  • Troubles with fopen()
    Hi. I'm trying to use EFS in SPI flash. All libraries and sources are included in project according to rl-arm_gs.pdf and I set heap to 0x1000. finit() and fformat() functions works normal, but when I...
  • fopen() update mode problem with SPI Flash memory
    Ave, Today i encounter another problem with Keil libraries... The problem applies to fopen() function in update mode "w+" and SPI Flash memory. In such situation fopen() returns NULL. There is no problem...