Hi there, now i want to use RL-FlashFs to manage the nandflash on my board, however, the mcu i use ---lpc1822 does not have a nandflash controller and i access the nandflash by timing simulation, can i use the RL-FlashFs as well by adapting the driver routines ?
Use EMC (External Memory Controller) peripheral. In uVision folder ARM\RL\FlashFS\Drivers you can find a few NAND drivers which also use memory controler for driving NAND device.
Don't forget to enable software ECC in the configuration file (File_Config.c)
If your LPC1822 controller doesnt have an EMC (External Memory Controller) peripheral, then you can use SPI flash. File system can also be implemented on Serial flash memory.
View all questions in Keil forum