Page 1 of 1

ESP32-WROOM-32 Flash update question

Posted: Fri Aug 31, 2018 9:43 am
by ramvij30
Could we do the ESP32 firmware update through HSPI bus from our Master with ESP32 being a slave in our system ?

Re: ESP32-WROOM-32 Flash update question

Posted: Mon Nov 05, 2018 6:17 am
by costaud
There is HSPI driver for slave mode in the esp-idf.
And there is a OTA example.
I think it's feasible, you can try to combine those two thing to realise this function.