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

NRF SDK v15 not board compatible with NRF52832 micro devkit

I have NRF52832 micro Devkit. As it supports hex file daplink drag and drop flash procedure, I need to create hex files from the source code in NRF5 SDK v15. 

But as I found out, boards.h file has different pin definitions. So I needed to change it according to my board pins(Changed pin definitions in pca10040.h to my board pins for led and uart).. After this I can build given example and create hex file(i have done this using Segger EMbedded studio)

The problem is with examples containing BLE stack. It just doesn't work when I flash the hex file in daplink folder. My observation was when I create hex file from this example(for ex: ble_app_uart), the size of hex file generated is 80kb whereas in the NRF SDK v15 hex file size is about 480kb. Dont seem to understand where the problem lies.

It would be fine if anyone can explain it using some other IDE as well.

Parents Reply Children
Related