espressif/spi_nand_flash

0.21.0

Latest
uploaded 6 hours ago
Driver for accessing SPI NAND Flash

2 examples

  • nand_flash
    This example demonstrates how to use the SPI NAND Flash driver with FAT filesystem in ESP-IDF. It initializes the SPI bus, mounts a FAT filesystem on the NAND Flash, and performs file operations including creating, writing, and reading a file.
    4.39 KB
  • nand_flash_debug_app
    This example is designed to gather diagnostic statistics for NAND flash, including bad block and ECC error statistics, read-write throughput, and verification of NAND write operations. It provides detailed console outputs reflecting these statistics.
    4.17 KB