eren-terzioglu commented on PR #3253: URL: https://github.com/apache/nuttx-apps/pull/3253#issuecomment-3702306643
> > > @terry0012: I got a lckfb-szpi-esp32s3 and test lvgldemo with LVGL v9.4.0. Unfortunately, I ran into a crash. --! > > > It seems we need to check whether there are any issues when using LVGL v9.4.0, it may break stuff for those boards use LVGL. > > > > > > @terry0012: The reason for this problem is that the default stack space of lvgldemo is 16K, which is too small on V9.4 and causes stack overflow. Expanding it to 64K allows it to run normally. > > But when I enable CONFIG_STACK_COLORATION, I found that the stack usage is only 6K, I think stack size is not the root cause. > > I need to use gdb to find more info. --! > > Thank you @terry0012 :-) Looks like you already found the issue source in the ESP32 implementation right? > > I just wanted to comment that current 6K stack is okay for small systems while 64K would not and we should stick to the lowest possible value (i.e. 32K RAM MCUs) :-) Looks like it is just a defconfig refresh issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
