I'm working on a board using the ESP32-P4, and I'm considering the use of a 1.8V NOR flash chip.
It looks like the internal Flash LDO is switchable between 1.8V and 3.3V, settable via eFuse. OK, all makes sense.
Except - if I make a board with 1.8V flash, how do I safely power it on for the first time to burn the eFuse without blowing up the flash chip?
The docs say that GPIO45 is a strapping pin used to set the flash voltage, but I can't find any mention of that in the datasheet or the TRM.
And all of the existing dev kits break out GPIO45 to external headers. It seems like if it were really a strapping pin for the flash voltage, there would be some warning saying not to use it for general tasks.
Am I missing something here?
