Unable to software restart...custom hardware assistance
Posted: Mon May 10, 2021 5:28 am
Hi all,
I have ran into this issue once before with some custom hardware and just wondering what IOs on an esp32-pico-d4 should I be looking at to address this issue. I currently have every IO connected on my esp32 except:
Regardless, the device powers up fine, restarts fine with an external button etc. This is based on the ethernet kit so I have the 50MHz clock going into IO0 (Pin 23) Though I am unsure what could stop the board from actually allowing a software reboot.
This could happen from a crash
Or even generally calling esp_restart()
I am sorry as I cannot upload a schematic that would obviously help much more
I have ran into this issue once before with some custom hardware and just wondering what IOs on an esp32-pico-d4 should I be looking at to address this issue. I currently have every IO connected on my esp32 except:
Code: Select all
Pins | IO
30 | IO11
32 | IO7
25 | IO16
27 | IO17
31 | IO6
33 | IO8
44
45
47
48
This could happen from a crash
Code: Select all
ELF file SHA256: d34294f2a681643e
Re-entered core dump! Exception happened during core dump!
Rebooting...
I am sorry as I cannot upload a schematic that would obviously help much more