6 years, 7 months ago.

will the nrf51822 ever compile again using updated librarys

Will the nrf51822 ever compile again on the online compiler using updated libraries or should i chuck it. I have to go back to 2015 revisions. Why. Is there a nordic devkit that does compile.

2 Answers

6 years, 7 months ago.

Hi John, nRF51822 is not a supported target for mbedOS 5.x due to memory resource limitations. Please click the URL below for nRF targets that are compatible for the latest version of mbedOS.

https://os.mbed.com/platforms/?mbed-os=22&tvend=11

6 years, 7 months ago.

The nRF51822 target has 16K of RAM, and is not supported in Mbed OS 5 anymore. If you have a 32K version of the nRF51822 you can use nRF51-DK target which is binary compatible.

You can still import the Mbed 2 examples. I've compiled that example against latest Mbed 2, latest BLE_API and latest nRF51822 library, and it compiles fine.