cancel
Showing results for 
Search instead for 
Did you mean: 

SimOSGetPos_I2C program compiled for STM32L053R8 Not enough memory?

JOrta
Associate II

Could any of you confirm this. I get this error on keil when compiling that example using the STM32L053r8

TestGnss\TestGnss.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32l053xx.o(STACK).

2 REPLIES 2

The L053R8 has 8KB RAM whereas the L073RZ has 20 KB. You could increase the RAM size to the linker, and then look at the .MAP file to see whose eating your lunch.

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

Yup... it is that not enough memory... seems i might need to write from scratch to fit on the 8kb