MaigoW opened a new issue, #15466: URL: https://github.com/apache/nuttx/issues/15466
### Description task_spawn: name=lvgldemo entry=0x802a5950 file_actions=0x80b24498 attr=0x80b244a0 argv=0x80b245b0 spawn_execattrs: Setting policy=2 priority=100 for pid=6 arm64_fatal_error: reason = 0 arm64_fatal_error: CurrentEL: MODE_EL1 arm64_fatal_error: ESR_ELn: 0x96000004 arm64_fatal_error: FAR_ELn: 0xc002011785c181af arm64_fatal_error: ELR_ELn: 0x802d6e6c print_ec_cause: Data Abort taken without a change in Exception level _assert: Current Version: NuttX 0.0.0 f6c51d11c8-dirty Jan 8 2025 15:14:20 arm64 _assert: Assertion failed panic: at file: common/arm64_fatal.c:375 task: lvgldemo process: lvgldemo 0x802a5950 When I use the LVGL example with fb0, the fb0 device is found and initialized in /dev, but the error mentioned above occurs. I checked with dis and found that the specific address is 0x802d6e6c and the function is lv_timer_resume, but the error message is a data abort. How should I locate and resolve this issue? ### Verification - [X] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org