Hi,
Thank you for your response.
We’ve observed that the watchdog is triggering during app_main(), and logs suggest that NVS may not be read correctly. However, performing a full NVS erase is not an option for us, as we store important credential data in NVS that must be retained.
Could you please ...
Search found 5 matches
- Mon Aug 04, 2025 5:56 am
- Forum: ESP-IDF
- Topic: Watchdog Trigger at app_main() – WiFi PHY Wake-Up and Flash Read Deadlock (Log Comparison)
- Replies: 3
- Views: 284
- Tue Jul 29, 2025 6:26 am
- Forum: ESP-IDF
- Topic: Watchdog Trigger at app_main() – WiFi PHY Wake-Up and Flash Read Deadlock (Log Comparison)
- Replies: 3
- Views: 284
Watchdog Trigger at app_main() – WiFi PHY Wake-Up and Flash Read Deadlock (Log Comparison)
**Device Log Comparison: Working vs. Failed Logs**
We are debugging a device issue where the ESP32 application stalls during initialization.
I compared the **working log** vs. **failed log** (see attached file for side-by-side comparison).
### Root Cause Observations:
In the failed device log ...
We are debugging a device issue where the ESP32 application stalls during initialization.
I compared the **working log** vs. **failed log** (see attached file for side-by-side comparison).
### Root Cause Observations:
In the failed device log ...
- Mon Jun 10, 2024 9:51 am
- Forum: ESP-IDF
- Topic: how to enable esp32c6 USB settings from sdk.
- Replies: 4
- Views: 1802
Re: how to enable esp32c6 USB settings from sdk.
Hi. is there any examples for ESP32-C3 CDC device ?
please provide the git repo link
please provide the git repo link
- Fri Jun 07, 2024 12:08 pm
- Forum: ESP-IDF
- Topic: how to enable esp32c6 USB settings from sdk.
- Replies: 4
- Views: 1802
Re: how to enable esp32c6 USB settings from sdk.
Checked the ESP32-C3; it also has no examples related to USB OTG.
- Thu Jun 06, 2024 9:45 am
- Forum: ESP-IDF
- Topic: how to enable esp32c6 USB settings from sdk.
- Replies: 4
- Views: 1802
how to enable esp32c6 USB settings from sdk.
I would like to develop an application with the ESP32-C6 board that appears as a USB peripheral to the PC. When connected to the PC, the application should be able to receive and send data. The ESP32-C6 board has a USB controller; however, I have not been able to find examples that utilize this ...