Is your HMI code what is freezing? Maybe your hardware doesn’t like lvgl’s internal memory allocation routines and setting LV_MEM_CUSTOM to 1 in lv_conf.h will solve the freezing. It did many times for me and others on the forum…
Is your HMI code what is freezing? Maybe your hardware doesn’t like lvgl’s internal memory allocation routines and setting LV_MEM_CUSTOM to 1 in lv_conf.h will solve the freezing. It did many times for me and others on the forum…