Xinyuan-LilyGO / LilyGo-AMOLED-Series

LilyGo AMOLED Series
MIT License
88 stars 14 forks source link

Watchdog gets triggered after a short while #33

Open Daanoz opened 1 month ago

Daanoz commented 1 month ago

Hello, I'm running a slightly modified factory example on the T4-S3 board. But I keep getting resets due to the watchdog triggers (usually in about 5 minutes):

E (419818) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (419818) task_wdt:  - loopTask (CPU 1)
E (419818) task_wdt: Tasks currently running:
E (419818) task_wdt: CPU 0: IDLE
E (419818) task_wdt: CPU 1: IDLE
E (419818) task_wdt: Aborting.

abort() was called at PC 0x42054edc on core 0

I tried to keep the modifications as minimal as possible, so I only modified the updateWeatherTask function:

I ran into this issue on the lvgl repo, could it be related? https://github.com/lvgl/lvgl/issues/2972

github-actions[bot] commented 2 days ago

This issue is stale because it has been open for 30 days with no activity.

Daanoz commented 1 day ago

It still occurs...