Search found 2 matches
- Thu Jul 20, 2023 7:47 am
- Forum: ESP-IDF
- Topic: Cannot debug ESP32-C3 with ESP Prog
- Replies: 2
- Views: 1137
Re: Cannot debug ESP32-C3 with ESP Prog
Thank you very much for quick response. Your advice solved my problem! :) After I've burnt the eFuse with command: "espefuse.py --port /dev/cu.wchusbserial533B0062341 burn_efuse DIS_USB_JTAG 1", the ESP prog and ESP32-C3 started to communicate. Note for others reading this post: The process is irrev...
- Wed Jul 19, 2023 10:04 pm
- Forum: ESP-IDF
- Topic: Cannot debug ESP32-C3 with ESP Prog
- Replies: 2
- Views: 1137
Cannot debug ESP32-C3 with ESP Prog
I'm currently experiencing an issue with debugging my ESP32-C3 using the ESP-Prog. I've been encountering an error where the ESP-Prog shows all zeroes during the debug process. Here's the setup and steps I've already taken: I'm using MacOS Ventura 13.4.1. on my MacBook Pro M1, I'm editing the code i...