Other Parts Discussed in Thread: CC2650, UNIFLASH
Hi!
I am trying to debug simple blink project (swra446.zip) in Eclipse with my CC2650EM (board rev. 1.2, chip rev. 2.2) and smartRF06EB board (rev. 1.2).
I set up debug configuration as described in the swra446 manual, but I can't stop at the main function and breakpoints don't work properly.
Programm always stops on the CPUdelay function from cpu.c:
__asm("subsr0, #1\n"
"bne NOROM_CPUdelay\n"
"bx lr");
XDS GDB log:
(C) Copyright 2012 by Texas Instruments Incorporated.
Please configure connection and start agent for a selected target.
CreateDriver() called
Creating GTI driver. Driver=C:\ti\ccsv6\ccs_base\common\uscif\..\..\\emulation\drivers\\tixds510cortexm.dvr,board=cc26xx_xds100v3c2, cpu=cortex_m3_0,connection=0
Successfully configured E:\cc2650\examples\blink_led\projects\gcc\CC26xx_XDS100v3c2.dat
cortex_m3_0 - GDB server agent successfully started.
cortex_m3_0 Waiting for client
cortex_m3_0 Client connected...Connecting to Target
cortex_m3_0 - Processor type =CORTEX_MXX (Little endian)
cortex_m3_0 - Target device is connected
cortex_m3_0 - Target device halted because of user request
Calling ctools Get cToolsManager
Calling ctools Get Job Mgr
Target connected...Starting server
ERROR: read_one_register() backend call returned 64
ERROR: read_one_register() backend call returned 64
ERROR: read_one_register() backend call returned 64
ERROR: read_one_register() backend call returned 64
ERROR: read_one_register() backend call returned 64
ERROR: read_one_register() backend call returned 64
ERROR: read_one_register() backend call returned 64
ERROR: read_one_register() backend call returned 64
ERROR: read_one_register() backend call returned 64
Thanks!
project

