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

NRF51822 + Softdevice can't work properly with IAR

Mother board :6310 IAR: IAR Embedded workbench for ARM: 7.10.1.6735 IAR Embedded Workbench common components 7.0.2.3053

Softdevice: S110_nrf51822_6.0.0

sample Project: ble_app_hrs

memory allocation: define symbol ICFEDIT_region_ROM_start = 0x00014000; define symbol ICFEDIT_region_ROM_end = 0x0003EFFF; define symbol ICFEDIT_region_RAM_start = 0x20002000; define symbol ICFEDIT_region_RAM_end = 0x20003FFF;

intvector: define symbol ICFEDIT_intvec_start = 0x00014000;

device always reset at function application_timers_start()

Related