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

Sparkfun nrf52832 breakout BLE problems with nrf_sdh_ble_enable

Hi!

I'm using

The environment is working in general.
But now I want to enable BLE by using example ble_app_template and I got problems with nrf_sdh_ble_enable. (freeze)

My current .ld setting is
   FLASH (rx) : ORIGIN = 0x1c000, LENGTH = 0x64000
   RAM (rwx) : ORIGIN = 0x20002080, LENGTH = 0xdf80

but tried also
   RAM (rwx) : ORIGIN = 0x20002968, LENGTH = 0xd968
   RAM (rwx) : ORIGIN = 0x20002218, LENGTH = 0xdde8
   RAM (rwx) : ORIGIN = 0x20002210, LENGTH = 0x3ddf0

I don't know if it is caused by memory settings or whatever.
And I didn't find a solution within devzone.

Could you give me a hint?

Best regards

Related