-
Notifications
You must be signed in to change notification settings - Fork 127
Description
Answers checklist.
- I have read the component documentation ESP-IDF Components and the issue is not addressed there.
- I am using target and esp-idf version as defined in component's idf_component.yml
- I have searched the issue tracker for a similar issue and not found any related issue.
Which component are you using? If you choose Other, provide details in More Information.
Other
ESP-IDF version.
v5.1.2
Development Kit.
ESP32-S3
Used Component version.
0.1.0
More Information.
I tried Alliance AS5F38G04SND-08LIN Flash memory with using spi_nand_flash (SPI NAND Flash Driver) Component Driver but its did not work. Do I have to edit something of source code to use Alliance AS5F38G04SND-08LIN (1GB) SPI Nand Flash memory?
This is serial monitor out put of after flashed the program:
**E (371) nand: spi_nand_flash_init_device(191): Failed to detect nand chip
ESP_ERROR_CHECK failed: esp_err_t 0x108 (ESP_ERR_INVALID_RESPONSE) at 0x42008911
0x42008911: example_init_nand_flash at C:/Espressif/workspace2/nand_flash/main/spi_nand_flash_example_main.c:145 (discriminator 1)
file: "./main/spi_nand_flash_example_main.c" line 145
func: example_init_nand_flash
expression: spi_nand_flash_init_device(&nand_flash_config, &nand_flash_device_handle)
abort() was called at PC 0x4037a527 on core 0
0x4037a527: _esp_error_check_failed at C:/Espressif/frameworks/esp-idf-v5.1.2/components/esp_system/esp_err.c:50**