• Problem in using fopen function
    I have added the code.Calling init_filesystem() initializes and mounts the RAM drive successfully and turns the corresponding pins of PORT2 HIGH.This happens so if am not calling the tst_fopen() function...
  • File System fopen() Problem
    I get into this problem. I have a thread that process a message queue. One of my possible action on reception of a message is to open a file with the function fopen(). The file is located on a USB flashdisk...
  • 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 in simulation
    Hello, I try to understand how I can use fopen with the simulator of keil. The processor use is a CORTEX-M4. I need to do that because I develop unit test under RTRT and use Keil to run the instrumented...
  • RL-FlashFS SD fopen problem
    Hi all, I am using LPC2368 ARM processor to operate SD card through MCI Interface(1 bit Data line). After formatting the SD using fformat() then new file created with fopen() function & can write...