Other Parts Discussed in Thread: CC2541, SYSCONFIG
Tool/software:
Hello
I´m developing an application based in the basic BLE project set as Central (in syscfg file) and I´m using the example available in the simplelink_lowpower_f3_sdk_8_10_01_02.
I moved from CC2541 because it could not accept more than 3 connections at the same time as shown in this thread
The default basic BLE project in the SDK has the MAX_NUM_BLE_CONNS set to 1
When I change it to 8, which is my goal to have working, the linker fails with message:
Error[Lp015]: section placement failure: overcommitted content in [0x2000'0460-0x2000'8fff]
The MAX_NUM_BLE_CONNS that i can set without having this linker failure is 7.
I need one more. How can I improve the memory management to handle at least 8 (or even more) connections?
Thank you and best regards