Search found 3 matches
- Mon Feb 19, 2024 2:22 pm
- Forum: ESP32 Arduino
- Topic: esp32-H2 timer reboot forever
- Replies: 4
- Views: 1273
Re: esp32-H2 timer reboot forever
I found the documentation for this version (https://docs.espressif.com/projects/arduino-esp32/en/latest/api/timer.html) and even the exemple is not working. /* Repeat timer example This example shows how to use hardware timer in ESP32. The timer calls onTimer function every second. The timer can be ...
- Mon Feb 19, 2024 12:56 pm
- Forum: ESP32 Arduino
- Topic: esp32-H2 timer reboot forever
- Replies: 4
- Views: 1273
Re: esp32-H2 timer reboot forever
So i tried changing the code and the problem still the same. I tried event without anything in AddSecondTimer, and same problem. I looked about this on internet Guru Meditation Error: Core 0 panic'ed (Load access fault). Exception was unhandled. , and people say it's maybe a "heap corruption". Here ...
- Mon Feb 19, 2024 12:10 am
- Forum: ESP32 Arduino
- Topic: esp32-H2 timer reboot forever
- Replies: 4
- Views: 1273
esp32-H2 timer reboot forever
I have a problem, i'm using an esp32-H2 devkit and i made a simple program to make a chrono with a timer (i'm using the 3.0.0 alpha Arduino core, they changed the timer library). The problem is that if i put this line :(timerAttachInterrupt(timer, &AddSecondTimer);), i got this in the console in loo...