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

Unable to get softdevice 130 to run on PCA20006

Hi

I am trying to get get the ble_app_template running on my PCA20006 beacon kit (nRF51822 xxAC) using a j link edu .

I have imported the ble_app_template_pca10028_s130 keil project into segger es (using the nRF_SDK_12.3) successfully and i can get the code to build and load. But i can see on the debugger that it crashes/resets before it can return an error code as soon as i calls any soft device function. 

However i can get a LED blinking fine. I think it is the section placement segments and or section placement macros.

The section placement segment I am using to get an LED blink but soft device crashes:

FLASH RX 0x0000000 0x40000

SRAM RWX 0x20000000 0x8000

and section placement macros

FLASH_START=0x1f000

FLASH_SIZE=0x23800

SRAM_START=0x20002000

SRAM_SIZE=0x2800

I have tried changing them to various recommendations on the forum but none help 

Thanks 

Danny

Parents Reply Children
No Data
Related