Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 8 months ago.
Can i use lfs for NAND flash of 128Gbits ? if yes how to proceed
Hi,
I wish to add the lfs for a NAND flash (w25n01gv) which consists of 1024 blocks, each consists of 64 pages and one page has 2048 bytes. is it possible to add lfs with minimal complexity?
you need to write/read it page by page and erase can be done on each blocks.
The controller i am using is nrf52832 and not using mbed. As i look , it would work if i import the library and create a wrapper function for hardware read/write/erase and sync. and pass it to the cnfg structure and follow the init procedure given in the readme, am i missing anything else ?