What MCU/Processor/Board and compiler are you using?
ESP32S3
What LVGL version are you using?
lvgl v8.3.3
What do you want to achieve?
run lv_timer_handler() in xtaskcreatepinnedtocore function, knowing that i have one screen with more than 6718 lines (8 copied panels with different names) and it prevents the xtaskcreate function to run.
What have you tried so far?
deleting the panels one by one and the code worked properly having only 3 panels.
notes to consider:
- flash size is 64%
- I have another project and its working perfectly.
- Arduino IDE is used.
- snippet code not added since I have no errors but there is a running prevention for the xtaskcreatepinnedtocore function and the same code used for different project and it works.
does the screen code size effect the performance of xtaskcreatepinnedtocore function and prevent it from entering it? any help would be appreciated
Thanks