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

nRF51 Bootloader without Softdevice SDK 8.1.0

Hi,

I want to have a bootloader without softdevice on SDK 8.1.0 I do not want to change the SDK and it seems to me the SDK only works with softdevice. Do you have such example or notes how to do it?

Ran

  • Hi Ran,

    You can have a look here.

    We made an UART bootloader worked without softdevice quite long ago (SDK v4.x). The bootloader only support updating application (because there is no softdevice to update) and it's pretty old, made from SDK v4.x However, you should be able to use it with the current chip without problem. You may want to modify the configuration in project setting to match with the RAM of your chip if you are using 32kB RAM variant.

    Besides, here is also a good explanation from RK.

Related