Interesting, that was it... I saw this issue mentioned before while looking around, but since it's been a few month since that post I just assumed it was already fixed
Thank you
Search found 2 matches
- Thu Mar 16, 2017 6:55 pm
- Forum: ESP-IDF
- Topic: crash using timers
- Replies: 8
- Views: 15082
- Thu Mar 16, 2017 8:26 am
- Forum: ESP-IDF
- Topic: crash using timers
- Replies: 8
- Views: 15082
crash using timers
Hi, i'm trying to run some code on timer, using FreeRTOS xTimerCreate and when timer expires, i get reset... This is on ESP32 (ESP32 thing dev board) #include <stdio.h> #include <stdlib.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/timers.h" #include "freertos/task.h" int ...