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

Using nRF52DK with custom board 51822

Hi, would like to know if anyone has some experience and advise how to get an external 51822 based board programmed and working via the nRF52DK. All the wiring works, I can flash the softdevice but compiling SDK examples are a struggle. I'm importing the SDK beacon example into Segger Studio, defined a custom board to which I reference in the preprocessor definitions, also indicated it's a 51822, deleted the arm startup file and replaced it with ses_nrf51_startup and also added system_nrf51 as internal files, imported the flash_placement file and set the correct FLASH_START/SRAM_START adresses etc. When I debug I get a 'Stopped by vector catch'. Is there anything obvious I overlooked or can anyone point me into some direction ? THANKS !