espressif/spi_nand_flash_fatfs

1.1.2

Latest
uploaded 2 hours ago
FATFS integration for SPI NAND Flash

3 examples

  • nand_flash
    This example mounts FatFS on SPI NAND using the legacy path. Keep CONFIG_NAND_FLASH_ENABLE_BDL disabled.
    6.30 KB
  • nand_flash_bdl
    This example mounts FatFS on SPI NAND flash using ESP-IDF’s generic BDL path with Dhara wear leveling.
    7.17 KB
  • nand_flash_debug_app
    This example gathers SPI NAND flash diagnostics, including bad blocks, ECC errors, throughput, and write verification.
    3.88 KB