Other Parts Discussed in Thread: CC2640,
Tool/software: Code Composer Studio
I am using multi_role example with simplelink_cc2640r2_sdk_1_40_00_45 simplelink_cc2640r2_sdk_1_40_00_45 sdk. The example is working fine. now initially when I turn on it start advertising and I can connect with the android phone using BLE Scanner and after disconnecting it stop advertising, So when power up the multi_role example advertise for once and connect with the device after disconnecting it never advertise again.
I found the similar issue on the following link
but did not find the solution. I commented out the AssertHandler(HAL_ASSERT_CAUSE_HARDWARE_ERROR,0) also but its not working.
Thank You