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.

CC2650: problem with running simple_peripheral project

Part Number: CC2650

hi.

I have loaded Simple_Peripheral project to cc2650,and I use another cc2650 running simple_central project as a central device.

the problem is that central device will connect to the peripheral one, but after a short time it will be disconnected returning reason 62.

I tried to flash the hex file of the simple peripheral project, in this case everything is ok and there is no disconnection. however I really need to work with the peripheral project to implement my application,.

I am using code composer v 7.1.0.00016. and ble_sdk_2_02_01_18

I appreciate any kind of guide.

  • Hello,

    Did you build with TI Compiler v5.2.6 as specified in the SW Developer's Guide (SWRU393)?

    Best wishes
  • Yes,I first buil stack project and the app project with compiler v5.2.6.

    I downloaded peripheral project from the default path,and it is built and debugged without any problem.and it is starting advertising, but after connection state for a short seconds it will be disconnected with reason 62.

    I flashed the hex file of the project from the default path,in this case it is working as described in the description.

    What is the reason 62?

    I looked into github,there is nothing there for updating peripheral project .