esp/bme680-demo/build/esp_err_codes/spi_flash_err_codes.csv
2026-06-24 23:13:57 +02:00

793 B

1namevaluefilecomment
2ESP_ERR_FLASH_OP_FAIL24577components/spi_flash/include/spi_flash_mmap.h
3ESP_ERR_FLASH_OP_TIMEOUT24578components/spi_flash/include/spi_flash_mmap.h
4ESP_ERR_FLASH_NOT_INITIALISED24579components/spi_flash/include/esp_flash_err.hesp_flash_chip_t structure not correctly initialised by esp_flash_init().
5ESP_ERR_FLASH_UNSUPPORTED_HOST24580components/spi_flash/include/esp_flash_err.hRequested operation isn't supported via this host SPI bus (chip->spi field).
6ESP_ERR_FLASH_UNSUPPORTED_CHIP24581components/spi_flash/include/esp_flash_err.hRequested operation isn't supported by this model of SPI flash chip.
7ESP_ERR_FLASH_PROTECTED24582components/spi_flash/include/esp_flash_err.hWrite operation failed due to chip's write protection being enabled.