• 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...
  • 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...
  • Debugging fopen in FlashFS
    Hello all. We're using a board based on a STM32f217zg with the RL-ARM libraries and currently we're trying to get a file system working on the micro SD card using SPI (SPI3 to be exact). We've gotten...
  • fopen function cannot be run
    Hello I am running a spi file I/O test. but I do not why I cannot process my fopen function. building target is good. please tell me if you hachar fileread(void) { FILE *fp;//file pointer char readsample;...
  • 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...