Other Parts Discussed in Thread: CC2650, SYSBIOS, BLE-STACK, CC2640
Hello,
I downloaded and installed CCS v7.0 for using it with CC2650 Launch Pad rev 1.1, when I tried to debug the board using 'simple_peripheral_cc2650lp_app' it gets stuck at 0x1001bbd6 address. The error is displayed as:
No source available for "0x1001bbd6"
I'm unable to see BLE packets on the air, and is confirmed is getting stuck because assembly code is shown as:
1001bbd6: 2A00 cmp r2, #0
1001bbd8: D0FD beq #0x1001bbd6
You can see is looping in beq and cmp instructions forever.
Looking further into ROV window under 'Viewable modules', 'Hwi' and 'exception' tab I see the decode exception message as:
Hard Fault: FORCED: USAGE: UNDEFINSTR
$type = ti.sysbios.family.arm.m3.Hwi.ExcContext
along with CPU registers list.
I have this exact problem with other code project examples. I do not think is a hardware issue because flashing it with file: 'cc2650lp_simple_peripheral_rel.hex' is working OK.
Do you have an idea what's wrong?
This is what I have:
- Code Composer Studio 7.0.0.00042
- Compiler version TI v16.9.0 LTS
- XDCtools version 3.32.1.22_core
- TI-RTOS for C13xx and C26xx 2.20.1.08
Thanks and Regards,
Gabriel