To restart XIAO ESP32C3 with the reset button, the strapping pin (D9) GPIO9 must be set to HIGH. GPIO9 is used as MISO of SPI bus, so even if it is pulled up, if the NAND Flash outputs LOW, GPIO9 will become LOW, and it will not be possible to restart with the reset button.
2 Likes