I'm implementing custom board using ESP32-S3-WROOM-1.
I'm trying to download the firmware using esp prog.
The problem is that when I run espefuse.py on cmd, nothing is output in a stopped.
- python espefuse.py -p COM11 summary
In vs code, [get eFuse summary] can read efuse status.
I'm using UART(TXD0, RXD0 pin) to read eFuse.
My OS is windows 10 64bit.
Does anyone know why espefuse.py stopping?