• 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 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;...
  • 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...
  • 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...