Other Parts Discussed in Thread: BLE-STACK
Hello,
I am using multirole with stack 4.2 (simplelink_cc2640r2_sdk_1_40_00_45\examples\rtos\CC2640R2_LAUNCHXL\blestack\multi_role) on cc2640r2f. It is working fine but at some random time it generates an assert program comes to
void AssertHandler(uint8 assertCause, uint8 assertSubcause)
Even if don,t do anything it just keeps on scanning and then raises assert.
I have also tried with stack 5.0 (simplelink_cc2640r2_sdk_1_40_00_45\examples\rtos\CC2640R2_LAUNCHXL\ble5stack\multi_role).
It shows strange behavior the application just stop although it advertises but stops scanning.
When i connect Master device to it while it is Advertising. Then disconnect the master device then i don,t see any advertising and all the connections gets lost.
Why both applications are not so stable? How i can debug the issue?
Waiting for your kind help.