Search found 2 matches

by NOPE123
Fri Mar 20, 2020 12:09 pm
Forum: ESP32 Arduino
Topic: Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0)
Replies: 1
Views: 3289

Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0)

Hi, I'm trying to reset some NVS data with a press of a button. As soon as the ISR runs, the system reboots. Here's the short code, what could be the cause, how to solve? #include <Preferences.h> #include <Arduino.h> #define RESET_BUTTON 23 void IRAM_ATTR reset_isr(){ Preferences pref; pref.begin("w...
by NOPE123
Sun Mar 15, 2020 4:16 pm
Forum: ESP-IDF
Topic: Error during installion
Replies: 1
Views: 3292

Error during installion

Hey, I would like to install IDF using the idf-tools-setup-2.2.exe but during the installion i get an error: 2020-03-15 17:40:02.152 -------- 2020-03-15 17:40:02.152 Installing Python environment:C:\Users\Computer\AppData\Local\Programs\Python\Python37\python.exe C:\Users\Computer\Desktop\esp-idf\to...