sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
873 stars 278 forks source link

Update Calliope variant to support 32 Kbytes RAM #414

Open technoblogy opened 4 years ago

technoblogy commented 4 years ago

All Calliope mini boards manufactured from 2019 onwards have used the nRF51822-QFAC processor with 32 Kbytes of RAM, but the core assumes 16 Kbytes.

To fix this the following three entries in the boards.txt file should be changed as shown (ie xxaa to xxac):

CalliopeMini.build.ldscript=nrf51_xxac.ld

CalliopeMini.menu.softdevice.s110.build.ldscript=armgcc_s110_nrf51822_xxac.ld

CalliopeMini.menu.softdevice.s130.build.ldscript=armgcc_s130_nrf51822_xxac.ld