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

RAM management for multiple links count and data length

Hello,

I am trying to increase the Peripheral/Central_Link_count to 10 for each or 20 in total and NRF_SDH_BLE_GAP_DATA_LENGTH above 200

I am getting an error when compiling "region RAM overflowed with stack" when using the settings above, I adjusted the RAM,

But I am not sure if it is the same issue :https://devzone.nordicsemi.com/f/nordic-q-a/26448/nrf52832-maximum-number-of-central-links

I can't have more than 14 NRF_SDH_BLE_TOTAL_LINK_COUNT on my app

the latest SDK 15.2 is supposed to support 20 concurrents connections, is it possible?

Details: 

nRF52832

SDK15.2

it is a multi-role app

Regards

Related