Page 1 of 1

SPI FLASH ID

Posted: Sat Jun 24, 2023 11:24 am
by pepopi
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