This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC2640R2: Always Stuck at Connecting in Simple Central

Part Number: LAUNCHXL-CC2640R2

While connecting to multiple devices, at some point the board stops responding at gets stuck at "connecting". I have attached a screenshot of the terminal. How do i overcome this?

  • Hi,
    Could you please elaborate a bit further on your hardware setup as well and SDK version?
  • I'm running the "ble5_simple_central_cc2640r2lp_app" example on CCS v8. After Connecting to two devices, connection to the third device is not happening. How do i solve this ?
  • Hi Ujwal,

    Can you check on the heap consumption? Each connection requires quite a bit of memory and you might have run out depending on your setup.

    Please see the Debugging chapter of the Software Developer's Guide: dev.ti.com/.../

    If this is the case, you can either use ble 4.2 (blestack) multirole project which is set up to use the cache memory as extra RAM. This can also be enabled for the ble5_simple_central project, but it's not there by default. Please find the description in the software developer's guide.

    Best regards,
    Aslak