-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LVGL9 crashing with esp32-S3 on esp-idf 4.4.8 (IDFGH-14391) (BSP-613) #475
Comments
Hi @ankit-thealchemist , I think this issue belong to this repository: https://github.com/espressif/esp-bsp Will move it there. Btw, v4.4 is already EOL, it's suggested to use the latest version to develop your new project. |
Could you please attach your sdkconfig? Looks like you are using LVGL's builtin heap implementation. |
|
@ankit-thealchemist could you please check if #468 fixes your problem? |
Answers checklist.
IDF version.
esp-idf v4.4.8
Espressif SoC revision.
Chip is ESP32-S3 (revision v0.1)
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
esp32 s3 devkit C1
Power Supply used.
USB
What is the expected behavior?
I want to use the ssd1309 with lvgl. I have modified the example tjpgd and connect the lvgl 8.3.11, which is working good.
How ever when I tired with lvgl 9.0.0, its crasing (logs and screenshot attached).
How ever, if I place a delay of 10 milli sec in the file esp_lvgl_port.c after creating the task
lvgl_port_task
it works flawlessly.Seems like before the task has been created, device is reached at a point to access the location which has to be created by the above task.
What is the actual behavior?
Device should not crashed on on using the lvgl 9 version.
Steps to reproduce.
...
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: