This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does ARM mbed built binary file include softdevice ?

In order to reduce the R&D lead-time, I am trying to use ARM mbed online compiler to build nRF51822 project. I know the mbed Kit will do chip-erase on nRF silicon, so I guess the binary file built with its online compiler should include softdevice for BLE services.

It is really surprise for me, when I build project such as BLE_UART_console, which is an official project under the name of Nordic. The summary shows that project only 19.2KB ROM and 1.6KB RAM.

However its generated file is 384KB in Hex. So the softdevice is included ? And which version is used ?

Parents Reply Children
Related