Skip to main content
JOrta
Associate II
July 2, 2019
Question

SimOSGetPos_I2C program compiled for STM32L053R8 Not enough memory?

  • July 2, 2019
  • 2 replies
  • 818 views

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).

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    July 2, 2019

    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 VenmoUp vote any posts that you find helpful, it shows what's working..
    JOrta
    JOrtaAuthor
    Associate II
    July 2, 2019

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