platformio / platform-nordicnrf51

Nordic nRF51: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/nordicnrf51
Apache License 2.0
20 stars 25 forks source link

zephir-ble-eddystone example #35

Closed gerisse closed 3 years ago

gerisse commented 3 years ago

hi, trying to build the zephir-ble-eddystone example, with bbc microbit board, this issue apparead :

~/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld: region `SRAM' overflowed by 572 bytes (103 %)

Just a issue with zephyr , or with duo zephyr-pio ? thanks

valeros commented 3 years ago

Hi @gerisse ! The issue means that your project doesn't fit into available memory. You can either optimize your SRAM usage or switch to an MCU with larger SRAM size.

gerisse commented 3 years ago

yes, of course, but i 'm surprised that an standard example given by official source is not running ...

valeros commented 3 years ago

Could you please try to compile the same example using the native west tool?