Search found 1 match

by danieldecesaro
Tue Oct 31, 2023 2:04 pm
Forum: General Discussion
Topic: Interrupts fail when create files with littlefs (esp32-wroom-32)
Replies: 1
Views: 810

Interrupts fail when create files with littlefs (esp32-wroom-32)

Hi, When updating to version 2.0.12 I started to notice strange behavior with I/O and timer interruptions. When I'm creating, or even updating, a file with LittleFS, some interrupts are lost, either in the timer (timerAlarmEnable(timer2)) or even in the I/O pins (attachInterrupt(ES2a_PIN, ISR_Sensor...