Description
Hi All,
how to resolve Out of memory (0x00000000) error.
i am getting below error when i run my code
Warn: Couldn’t allocate memory |(lv_mem.c #199 lv_mem_alloc())
Error: lv_obj_create |(lv_obj.c #309 lv_obj_create())
Error: Out of memory (0x00000000) |(lv_debug.c #127 lv_debug_log_error())
How to increase memory?
What MCU/Processor/Board and compiler are you using?
ARM
What LVGL version are you using?
v7
What do you want to achieve?
how to resolve out of memory issue.
What have you tried so far?
Code to reproduce
Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.
The code block(s) should be formatted like:
/*You code here*/
Screenshot and/or video
If possible, add screenshots and/or videos about the current state.