SquareLineV1.3 generate lvgl template for ESP32-S3-EYE, but watchdog always be triggered

ArchieWu
Posts: 2
Joined: Sun Jun 25, 2023 11:48 am

SquareLineV1.3 generate lvgl template for ESP32-S3-EYE, but watchdog always be triggered

Postby ArchieWu » Sun Jun 25, 2023 12:05 pm

hello guys,
I use ESP32-S3-EYE board to learned lvgl software of SquareLine.
I have export a template from SquareLine for ESP32-S3-EYE board.
And the lcd can display normally, but I found the log info of the board, since the lvgl task and the watchdog was triggered.
Who knows what I can do for this template.
The error messages are as follows:
E (685578) task_wdt: Task watchdog got triggered. The following tasks/users did not reset the watchdog in time:
E (685578) task_wdt: - IDLE (CPU 1)
E (685578) task_wdt: Tasks currently running:
E (685578) task_wdt: CPU 0: IDLE
E (685578) task_wdt: CPU 1: LVGL task
E (685578) task_wdt: Print CPU 1 backtrace


Backtrace: 0x40379822:0x3FC94880 0x4037715D:0x3FC948A0 0x42009C36:0x3FC9D9F0 0x4037DC15:0x3FC9DA10
0x40379822: esp_crosscore_isr at C:/Users/77021/esp502/esp-idf/components/esp_system/crosscore_int.c:96

I saw the task had a vTaskDelay(...) , but why watchdog be triggered? (task function name is :lvgl_port_task it's located in esp_lvgl_port.c)
And I try to change the priority of lvgl task to 11, in order to less than idle task, but it doesn't work.

Who is online

Users browsing this forum: No registered users and 265 guests