now looking at espruino_1v79...nrf52832dk.lst I am seeing that everything looks normal in terms of the different sections and their memory except for .bss. .bss size is 89052 bytes.
for the stm32f4discovery it is 91kb.
right now I only have 32kb of RAM to work with total. Where can i reduce this memory useage? what are the tradeoffs? it doesnt look like stm sets memory aside for the stack or heap?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
now looking at espruino_1v79...nrf52832dk.lst I am seeing that everything looks normal in terms of the different sections and their memory except for .bss. .bss size is 89052 bytes.
for the stm32f4discovery it is 91kb.
right now I only have 32kb of RAM to work with total. Where can i reduce this memory useage? what are the tradeoffs? it doesnt look like stm sets memory aside for the stack or heap?