• Implementing RL-FLASH file system for Nand flash
    I m trying to implement RL-flash file system for nand flash in AT91SAM9G45 board. I have written the init() and pageread()methods. When i call finit(NULL) from main,it returns an error code ERR_INVALID_PARAM...
  • Implement a different nand FTL with Flash file system
    I'm using the ARM RL library for the Fat file system and flash translation layer (FTL)on a Cortex M4 MCU. We need to implement a different FTL to support the NAND flash device we are using (better ECC...
  • Mounting File-System on NAND problem
    Hi, i have a board which includes a stm32f103re and a 256MB NAND, as you may know this MCU does not have a external memory controller peripheral, so i wrote the required NAND driver in GPIO level . the...
  • NAND FAT file system management
    Hello experts, I am developing a C165 based mass storage device and need to implement a FAT file system on flash. I've read a lot about problems with the life time of NAND due to repeated read/write...
  • LPC3250 NAND Flash algorithms for NAND MT29F4G08
    Hello, I have DK-57TS-LPC3250 demo kit from FDI with LPC3250 and Micron NAND MT29F4G08 on board. I need to program some program into the NAND flash but I seem to be missing the Flash Algorithms for...