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

peer_manager_init(true) returns NRF_ERROR_STORAGE_FULL

Hi, I ran the example code ble_hrs_c in nrf51822 16KB RAM version and 32KB RAM version. The 16KB RAM version works fine. But in the 32 KB RAM version, peer_manager_init(true) returns NRF_ERROR_STORAGE_FULL, eventhough I erased the whole chip, flashed sd130v2, then this example code. I use SDK 12.3.0. I used number of central link counts = 2. My configurations in project options/Target IROM1: 0x1B000 size: 0x25000 IRAM1: 0x200022D8; size: 0x4FC0

Related