Hello everyone!
Does anybody know which Flash Memory chips are usually used by Espressif for their modules? Modules I have all have memory chips with ID 0x5E (Puya Semiconductor?).
ESP32 Flash Memory manufacturer ID's
Re: ESP32 Flash Memory manufacturer ID's
Digging ESP-IDF sources gave me this list:
Who is 0x5e then? My board is generic ESP32-WROOM32D, Q5 CPU, ver 3.01
Code: Select all
case 0xc8: mfg = "Giga Device"; break;
case 0x68: mfg = "Boya"; break;
case 0x9d: mfg = "ISSI"; break;
case 0xc2: mfg = "MXIC"; break;
case 0xcd: mfg = "TH"; break;
case 0xef: mfg = "WinBond"; break;
Thanks!
Slava.
Slava.
Who is online
Users browsing this forum: No registered users and 4 guests