Page 1 of 1

ESP32-S3-MINI New design

Posted: Fri Jun 30, 2023 12:21 am
by keithco
My custom board is having intermittant shutdown issues using a ESP32-S3-MINI. Early on, I spent hours researching GPIO pin(s) functionality. Now, I'm questioning if I missed something....
I did not use GPIO0, GPIO3, GPIO19, GPIO20, GPIO45, GPIO46 and GPIO48. I used the remaining pins for a variety of inputs, outputs, analog, SPI and I2C. Any suggestions?

Re: ESP32-S3-MINI New design

Posted: Fri Jun 30, 2023 12:59 am
by ESP_Sprite
Define 'intermittent shutdown'? What specifically happens?

Re: ESP32-S3-MINI New design

Posted: Mon Aug 21, 2023 12:02 pm
by keithco
This is no longer an issue since I have completely changed the code and the intermittent shutdown does not happen anymore.
Definitely a code issue and not hardware.

Thank you!