Hello,
I already checked below link, but want to clarify the limitations of how many concurrent sessions are allowed in Soft Device initialize. devzone.nordicsemi.com/.../
We want to use CENTRAL_LINK_COUNT=8 and PERIPHERAL_LINK_COUNT =1 for CHECK_RAM_START_ADDR() in softdevice_enable().
Our enviornment is below, CPU: nRF52832, SoftDevice : S132 v2.0.1, SDK : nRF5 SDK v11.0.0
MAXIMUM conbination define in central and peripheral is APP_RAM_BASE_CENTRAL_LINKS_7_PERIPH_LINKS_1_SEC_COUNT_0_LOW_BW: -- (1) and there is no APP_RAM_BASE_CENTRAL_LINKS_8_PERIPH_LINKS_1_SEC_COUNT_0_LOW_BW: -- (2)
Could you clarfy that nRF52832 dosen't equip enough RAM for (2) and current setting only allows (1)? Or are there any method to configure (2) enviornment ?
Thank you for your kind answers. BR