• Problem with fformat ("M:SD_CARD /FAT32");
    Hello, I try to format an SD_CARD with the LPC2368 and RL-ARM 3.40 with : fformat ("M:SD_CARD /FAT32"); It doesn't work and I don't understand why. Somebody can help me ? Thanks...
  • Using RL-flashFS, fformat("N: /FAT32 /WIPE") and finit() can't pass
    NXP LPC1765 Cortex-M3 and K9F5068UOC is used. 1.Low-level nand flash driver functions are programed and checked well. 2.The file "NAND_LPC24xx.c" is used as a model to write the driver functions...
  • fformat on SD card
    Hi, I'm having some trouble with the fformat function from the FlashFS library...I think. I have >50 Qty of a PCBA design, each running the same code. The PCBA has an M3 processor and it interfaces...
  • call fformat with rtx resets lpc2468
    I am using rtx kernel and mdk 3.40 with LPC2468, the functions fopen,ffind,fclose works very well, I can create files, read and write those very good. When I call fformat("f:"), the lpc2468 reset and...
  • fformat("") and TFTP not working any more?
    Hi I have some legacy code that I'm updating (porting to RL-ARM) It uses RL-ARM on an LP2292. I'm having problems with 2 things... 1. The function call fformat("") crashes the system whenever it...