2019-07-02 12:47 PM
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).
2019-07-02 01:01 PM
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.
2019-07-02 01:18 PM
Yup... it is that not enough memory... seems i might need to write from scratch to fit on the 8kb