Hello,
i am trying to migrate code from SDK 14.2 to 15.2, and using some examples to help.
In Segger Embedded Studio I am trying to get an ANT example working.
I have loaded the soft device (S212 V5.0.0) onto the board, and am using the default settings in the example, specifcally the project: ..\nRF5_SDK_15.2.0\examples\ant\ant_plus\ant_hrm\hrm_tx\d52_starterkit\s212\ses
The code compiles fine, but when I try to debug I get a "Stopped by vector catch" error. Can anyone help me understand what is causing this? I understand it may be due to problems with memory segments on the chip. Here are the default settings I am using (Linker ->Section placement macros)
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x80000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x10000
FLASH_START=0x12000
FLASH_SIZE=0x6e000
RAM_START=0x20000b80
RAM_SIZE=0xf480
Many thanks
Barney