ESP32-C3 WROOM-02 crash
Posted: Sat Oct 23, 2021 12:32 pm
Hello,
I run this very simple code:
ESP_ERROR_CHECK(esp_timer_init());
printf("\nStarted timers, time since boot: %lld us", esp_timer_get_time());
vTaskDelay(pdMS_TO_TICKS( 10 ));
while(1);
Nothing is printed on screen and I can't access anymore the device by USB.
For USB, I use USB to JTAG connected on IO18 and IO19 / D+ D-
The use of reset button does nothing.
I encounter this kind of problem with other pieces of code.
At the end, I'm obliged to use an other esp32C3.
What's wrong ?
Regards
I run this very simple code:
ESP_ERROR_CHECK(esp_timer_init());
printf("\nStarted timers, time since boot: %lld us", esp_timer_get_time());
vTaskDelay(pdMS_TO_TICKS( 10 ));
while(1);
Nothing is printed on screen and I can't access anymore the device by USB.
For USB, I use USB to JTAG connected on IO18 and IO19 / D+ D-
The use of reset button does nothing.
I encounter this kind of problem with other pieces of code.
At the end, I'm obliged to use an other esp32C3.
What's wrong ?
Regards