LVGL screen updating issue

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LVGL screen updating issue

513 次查看
akhil__
Contributor II

MCU - MIMXRT 1176

LVGL  version - 8.3.5

GUI guider Version - 1.7.2

I’m using LVGL for my project(Code generated with the help of GUI guider). When I’m flashing the code to the default address location(0x30000000), it works fine. However, if I’m flashing to another boot location( 0x30025000) using the bootloader, I face issues like screen lagging (updates are slower). Is there any specific reason for this? Am I missing any settings here?

I've tried using a counter in both modes (Normal and Boot). The time required to increment the counter from 0 to 100 is the same in both modes, but the counter values reflected on the screen is lagging and are not as smooth (some values are missing) in Boot mode.

@kerryzhou @bootloader @RT1170 


GUI-GUIDER 

i.MX-RT1170 


Thank you

0 项奖励
回复
2 回复数

486 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @akhil__,

Is there a specific reason why you are trying to boot from 0x30025000 instead of the default boot location at 0x30000000?

BR,
Edwin.

0 项奖励
回复

461 次查看
akhil__
Contributor II

 

Hi @EdwinHz 

 

Since we are using custom boot loader for updating firmware through OTA and CAN, so we reserved 150kb from 0x30000000  for boot project(boot code). remaining memory from 0x30025000 for application purpose.

Regards,

Akhil

 

 

0 项奖励
回复