• FlashFS / NAND - finit() returns 2
    Hi all, I'm trying to get a proof-of-concept FlashFS implementation on the Embedded Artists LPC2478 OEM board (using my own baseboard). The project is quite advanced and basic things like memory...
  • finit hangs
    finit hangs Hi, I'm having a problem with the finit call on an SD card. I get the same behavior whether I try the call prior to starting RTX, or from within an RTX task. The behavior is sporadic...
  • 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...
  • Problem with finit() function
    This post refers to this one : "MCI fails to initialze on SD Card 1/2 of the time" I'm using a stellaris LM3s9b92 (Cortex-M3), the RL-ARM library and a sd-card. Sometimes, after a reset of my microcontroller...
  • finit() Returns 2
    Hi everyone I was implementing RL Flash_FS for my Nand Flash(k9F2G...)in lpc1788 Board. I wrote a Driver and Write functions name in const NAND_DRV nand0_drv . Configure my Settings in File_config...