nRF Debugging not showing RAM which I think I need to debug a Stack Overflow

I have gone through the training on debugging because I am getting a stack overflow error, however the debugging screen does not have RAM on it, like it shows in the Dev Academy Lesson. Mine looks like this:

I'm working with a nRF5340 DK and using the nRF Connect for Visual Studio Add-In.

Parents Reply
  • Here are the errors:

    [00:09:39.661,621] <err> lvgl: (579.661, +424883) lv_mem_realloc: couldn't allocate memory (in lv_mem.c line #211)

    [00:09:39.661,865] <err> lvgl: (579.661, +0) lv_mem_buf_get: Asserted at expression: buf != NULL (Out of memory, can't allocate a new buffer (increase your LV_MEM_SIZE/heap size)) (in lv_mem.c line #312)

    They happen after the 8th time of running a routine, so I am assuming a memory leak.

Children
Related