Controller Layer
The controller-layer implementations distributed with the NAND driver (see Table - Controller-layer implementations provided) support a wide variety of flash devices from major vendors.
Table - Controller-layer implementations provided
Driver API | Files | Description |
---|---|---|
| fs_dev_nand_ctrlr_gen.* in /Micrium/Software/uC-FS/Dev/NAND/Ctrlr | Supports most parallel flash devices interfaced on an MCU’s external memory bus. |
Of course, it is possible that your specific device and/or micro-controller requires a different controller layer implementation, or that a different implementation could take advantage of hardware modules (like a memory controller on a MCU). Please refer to the Controller Layer Development Guide for the details on how to implement your own controller layer.