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

Why I can't program hrs demo on 51822 after programming S130 softdevice

I am using SDK 11.0 , And I changed pca10028 to 51822 in ble_app_hrs folder,which was default 51422. image description image description

Parents
  • To add to Michaels comment, Keil will always reset the start address to 0x00 whenever the target device is changed.

    Change the ram and flash start/size back to their original values, rebuild and your example will program

Reply
  • To add to Michaels comment, Keil will always reset the start address to 0x00 whenever the target device is changed.

    Change the ram and flash start/size back to their original values, rebuild and your example will program

Children