Other Parts Discussed in Thread: LAUNCHXL-CC26X2R1, CODECOMPOSER
Hi
I just got the Launchpad (LAUNCHXL-CC26X2R1) with the CC2652R1 microcontroller on it.
All the example projects in the SDK are crashing. (e.g. zero project)
--> that means the programs are compilable and it is possible to load them to the target and step around in the code. But if I try to output some debug strings (of course after UART_init()) it does not output anything at all.
I found out that the ProjectZero_taskFxn seems to be never entered.
The output of CodeComposer in the console is as follows:
Cortex_M4_0: Error: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 8.0.903.6)
Cortex_M4_0: Trouble Halting Target CPU: (Error -2062 @ 0x0) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 8.0.903.6)
Cortex_M4_0: Error: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 8.0.903.6)
I'm sure it has nothing to do with the hardware! When I got it it was BLE broadcasting "ZeroProject" and on the RS232 if sent multiple lines of output (very colorful, I did not know until now that the terminal has this possibility)
what am I doing wrong here?
best regards
Andreas