Hardware:
Board: ESP32 Dev Module
Core Installation version: 1.0.3
IDE name: Arduino IDE
Flash Frequency: 40Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 7
Description:
I am trying find out why interrupt wdt timeout is happening in core 0 even though i am not attaching any interrupt in core 0. So i want to know list of task running in core 1 and core 0 to know the exact reason and does scheduler gives interrupt while switching task?