curently working on CC2650 and as part of tool chain i have downloaded the CCS v6.1 and BTLE stack V2.0 and then install them and able to build the projects (SimpleBLEPeripheral example project) in CCS and also flash the .out file to the target using the XDS on board debugger(smartRF06 Evaluation board).
but when i try to debug the same application control reaches the main , i can able to step in and step out. But when I am running continuously without breakpoint and after sometimes tend to suspended the debug sessioni i see the below debug assertion ,
NOROM_CPUdelay() [C:/ti\simplelink\ble_cc26xx_2_00_00_42893\Projects\ble\SimpleBLEPeripheral\CC26xx\CCS\SimpleBLEPeripheral\FlashROM\SimpleBLEPeripheral.out] at 0x10000486
NOROM_CPUdelay() 0x1000225F (next frame is identical to an existing frame) .
if i halt and do step by step from NOROM_CPUdelay() it will end of with below execution,
ti_sysbios_family_arm_cc26xx_Power_sleep__E(enum ti_sysbios_family_arm_cc26xx_Power_SleepState, unsigned int, unsigned int)() at Power.c:808 0x00000808
ti_sysbios_family_arm_cc26xx_Power_standbyPolicy__E() at Power_standbyPolicy.c:107 0x00002452
xdc_runtime_Memory_HeapProxy_Object__delete__S__mangled__() [C:/ti\simplelink\ble_cc26xx_2_00_00_42893\Projects\ble\SimpleBLEPeripheral
\CC26xx\CCS\SimpleBLEPeripheral\FlashROM\SimpleBLEPeripheral.out] at 0x1001BD18
NOROM_CPUdelay() 0x1000225F (next frame is identical to an existing frame)
I not able to continue the debug session further.
Could you people please help me on this to resolve?
Thanks.
Screen shot :