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 changed both CENTRAL_LINK_COUNT and PERIPHERAL_LINK_COUNT to 1. I didn't change any address at first and I got this output: 

    0> SDH:warning:sd_ble_enable: RAM start should be adjusted to 0x20004638
    0> SDH:warning:RAM size should be adjusted to 0xb9c8
    ...
    0> APP_ERROR:ERROR:Fatal

    I changed RAM START to 0x20004638 and RAM Size to 0xb9c8 and recompile. This time it seems to be running but the NRF_LOG_INFO no longer outputs messages. Please can you give any suggestion on how to correct the issue? I need the output messages for the development.

    I am using an nRF52832 with SDK12.2.0.

Children
Related