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

Importing Keil uVision project to Segger

I am using the nRF51422 development kit with the SDK 11.  I am trying to run the proximity application located in ble_peripherals.  When the project is build I am receiving the following error message: " Code size of this image exceeds the maximum allowed for this version of the linker".  I believe I can solve this issue by importing this project into Segger Embedded Studio.  How may I accomplish this?  Thank you.

Parents Reply Children
  • The LED should blink to indicate advertising. Please try to do a chip-erase (nrfjprog -e) before programming the example code to ensure that you only have the Softdevice and app programmed as SES will only erase Flash sections that overlap with the new images (app+softdevice). I suspect that you may have data in the app data region (where bonding information gets stored), which can cause peer manager initialization to fail. 

Related