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

nrf51822QFAA DFU

Hi

I have worked quite a lot with the nrf51822AC, and some time ago I got the OTA bootloader working in my projects on a custom board.

However, now I am trying the same one a board with the nrf51822QFAA (so less RAM), but I do not get the device to start up when including the bootloader.

I am working still with SDK7.2 and softdevice 7.3.0.

I have spent quite some time on this now, and still do not really know what I should do.

I have started from a clean SDK, took the example project for the bootloader in Keil, fixed the project definition first (there is a missing link to core_cm0.h)to make it compile, adapted the board definition file to match my custom hardware, adapted the memory ranges in the projects (IRAM1 size and IRAM2 start), adapted the code to use the LF RC oscillator (no 32khz crystal on board) and compiled the project. When I load only my application and the softdevice, using JlinkExe, it starts up fine, when I load softdevice, application and bootloader, nothing happens.

What am I doing wrong? Can anyone help?

Related