CENTRAL_LINK_COUNT and PERIPHERAL_LINK_COUNT settings

I'm working on a Central/Peripheral device and will need to set both:

CENTRAL_LINK_COUNT 1

PERIPHERAL_LINK_COUNT 1

It mentioned that if either of these values are changed, the RAM settings also need to be changed.

Are there some instructions that show how to change the RAM settings?

Parents Reply
  • I looked into this issue further with vn2000.  I used gdb to confirm the application was behaving as expected even though the NRF_LOG_INFO messages weren't displayed in J-Link's RTT Viewer tool.  Then, I noticed the address of the RTT Control Block changed when RAM START was changed to 0x20004638 and RAM Size was changed to 0xb9c8.  We've have always used the "RTT Control Block" "Auto Detection" address range feature in J-Link's RTT Viewer tool.  However, it seems the "Auto Detection" logic was unable to find the "RTT Control Block" after the RAM settings were modified.  When the "RTT Control Block" "Search Range" was set to "0x20004638 0xb9c8", the "RTT Control Block" was detected and the expected NRF_LOG_INFO messages are now displayed again!

Children
Related