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

Bug in loading the BLE code into the board

I'm using nrf52832 and building projects on it with the help of sdk 14 and sdk 11 for BLE. Now when I load my code for example the BLE HRS it loads properly with no error but on the board, it runs the previous code which was loaded into it. But when I drag and drop a hex file which I got from "Getting started with nRD52 - DK " page -

www.nordicsemi.com/.../Getting-started-with-the-nRF52-Development-Kit

it runs properly. And then after loading this hex file into nordic board and then using keil I load my BLE HRS code then it runs properly. Is there any way of rectifying this problem

Related