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.

CC2642R: BLE disconnecting continously

Part Number: CC2642R

Hi all,

I am doing some developing on cc2642 using cc2652launchpad and SDK version "5.10".I have few questions related to it.

1)Do I need to import ble stack explicitly or it is used as library in example projects like (simple peripheral/simple peripheral OAD onchip) because i dont see any workspace related to ble stack in examples.

2)while using Simple peripheral OAD onchip example what are other dependency projects?(according to my knowledge BIM,Persistent are the only dependencies.)

3)what are the exact steps to execute Simple peripheral OAD onchip example?(what i am doing is first i am flashing the Persistent, application and BIM hex together using flash programmer in given sequence and then flashing oad.bin file. After doing this,ble device is discoverable but when i connect to the ble, immediately it gets disconnected(need guidance on this).

second method is i am creating super hex out of two hex(BIM and PERSISTENT) and oad.bin and flashing that hex on device still getting same mentioned issue.

Can someone please guide me on how to exactly perform the OAD using Simple peripheral OAD onchip example? am i using correct method to create final image?

Is there any other configurations to be done on BLE?

Following are the projects i am currently using. Guidance on my issues will be appreciated.

Thanks