Why does the macro CHECK_RAM_START_ADDR only check for C_LINK_CNT and P_LINK_CNT and not the SEC_COUNT? It is always set to 0 in the macro.
I have increased the central_sec_count to 2 and have 1 peripheral and 3 central links so I guess i should use: APP_RAM_BASE_CENTRAL_LINKS_3_PERIPH_LINKS_1_SEC_COUNT_2_MID_BW to verify the RAM settings?
The reason I have increased the central_sec_count is because I have had trouble with pm_conn_secure returning NRF_ERROR_NO_MEM occasionally, most likely when 2 peripherals connect to it at "almost the same time". Is it correct that increasing the central_sec_count will reduce the chance of sd_ble_gap_authenticate returning NRF_ERROR_NO_MEM?
I'm using SDK11 and S132.
Best regards Erik