hey so after changing the linker script to target nrf52 im finally getting PASS - size of 153676 is under 436224 bytes. the problem is I had to tell the linker script I have more RAM than i actually do to get this to happen.
I was getting espruino...nrf52.elf section ".bss" will not fit in region "RAM" - region "RAM" overflowed with stack -region "RAM" overflowed by 24692 bytes
when I had the actual amount of RAM in nrf52832.py. The board has 64kb of RAM and I have things like GRAPHICS, USE_NET etc.. disabled. Any idea of what could be going on? right now i think it may still be a problem in linker script but wanted to see what you think.
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.
hey so after changing the linker script to target nrf52 im finally getting PASS - size of 153676 is under 436224 bytes. the problem is I had to tell the linker script I have more RAM than i actually do to get this to happen.
I was getting espruino...nrf52.elf section ".bss" will not fit in region "RAM" - region "RAM" overflowed with stack -region "RAM" overflowed by 24692 bytes
when I had the actual amount of RAM in nrf52832.py. The board has 64kb of RAM and I have things like GRAPHICS, USE_NET etc.. disabled. Any idea of what could be going on? right now i think it may still be a problem in linker script but wanted to see what you think.
thanks, Mike