cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, i'm just checking my RAM since i have an slight overflow of 6KB. I want to optimize it but unfortunately i can not access the aMemory in .bss. Does anybody has an idea why and how to solve this? Best Regards

JMaje.1
Associate

0693W00000KaZeIQAV.png

3 REPLIES 3

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
JMaje.1
Associate

Came from a library which occupied some RAM. Segger emWin lib with "#define GUI_NUMBYTES" i was able to adjust it.

S.Ma
Principal

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.