You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the lora library on an ESP32. I also use Bodmer tft_eSPI library for my ILI9341 LCD.
Used alone none of the libs will throw this error.
But when used together the last initialized will give this error.
I have problems with lora rx callbacks (Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)) causing reboots. I wonder if there could be a conflict between the two libraries but I am unable to find out what the error message mean:
[E][esp32-hal-cpu.c:93] addApbChangeCallback(): duplicate func=4010497C arg=3FFBF140
Any ideas?
If anybody has been able to use Lora callbacks combined with Bodmers tft_eSPI library I would appreciate to see how you managed to do so!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
[E][esp32-hal-cpu.c:93] addApbChangeCallback(): duplicate func=4010497C arg=3FFBF140
I use the lora library on an ESP32. I also use Bodmer tft_eSPI library for my ILI9341 LCD.
Used alone none of the libs will throw this error.
But when used together the last initialized will give this error.
I have problems with lora rx callbacks (Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)) causing reboots. I wonder if there could be a conflict between the two libraries but I am unable to find out what the error message mean:
[E][esp32-hal-cpu.c:93] addApbChangeCallback(): duplicate func=4010497C arg=3FFBF140
Any ideas?
If anybody has been able to use Lora callbacks combined with Bodmers tft_eSPI library I would appreciate to see how you managed to do so!
Thanks for reading!
Beta Was this translation helpful? Give feedback.
All reactions