[BUG] ESP32C3 sleep after software reset
Open
Type: Bug
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
### Description
I tested LUATOS ESP32C3 and ESP32-C3-mini
I tried these
1. boardctl(BOARDIOC_RESET, 0);
2. esp_restart();
3. esp_rom_software_reset_cpu(0);
But it sleep always.
I tried esp_restart from esp-idf project, it works normally.
So how to know where is the bug? NuttX or MCUboot ?
esp32c3-legacy works normally also.
### Verification
- [X] I have verified before submitting the report.
Contributor guide
Assessment
This issue has not been assessed yet.