2022-02-25 06:26 AM
2022-02-25 09:33 AM
This just lacks any context.
Is this coming from a library?
Perhaps grep within your workspace or the libraries/files it touches.
Perhaps look for "aMemory" rather than the fully qualified name.
Perhaps look at the .MAP file
2022-02-25 01:42 PM
Came from a library which occupied some RAM. Segger emWin lib with "#define GUI_NUMBYTES" i was able to adjust it.
2022-02-26 03:06 AM
Saving RAM means put more in rom if so.e part can, or use unions when possi le between mhtually exclusive buffers, or mobe variables as stack local instead of globla, or start packing data, or even RLE compress them if possible.... for GUI memory glut, it would be a specific chapter.