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 ?
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.