SPI FLASH ID
Posted: Sat Jun 24, 2023 11:24 am
Hello,
I'm searching for the spi id in the technical reference manual, but I can't find it. Where can I find the reason for these values?
uint32_t size_id = flash_id >> 16;
if (size_id < 0x12 || size_id > 0x18) {
return ESP_LOADER_ERROR_UNSUPPORTED_CHIP;
}
Thank you
I'm searching for the spi id in the technical reference manual, but I can't find it. Where can I find the reason for these values?
uint32_t size_id = flash_id >> 16;
if (size_id < 0x12 || size_id > 0x18) {
return ESP_LOADER_ERROR_UNSUPPORTED_CHIP;
}
Thank you