Part Number: CC2640R2F
Tool/software: Code Composer Studio
Hello
I have cc2640r2f
My program is simple peripheral in CCS
It was working fine. But the next time I debugged the program it gave error 1170 and 2134:
Cortex_M3_0: GEL Output: Memory Map Initialization Complete.
Cortex_M3_0: GEL Output: Board Reset Complete.
Cortex_M3_0: Can't Run Target CPU: (Error -2134 @ 0x0) Unable to control device execution state. 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.4.0.00006)
Cortex_M3_0: JTAG Communication 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.4.0.00006)
I searched in the forum and I did every solution they had, like changing TCLK to 1MHz, 2MHz, 2.5MHz and mass erasing in flash programmer 2 and waiting fr module to get cold again. I also checked the hardware and it was OK (It is just HM-17 module)
I really don't know what else to do. Can you help me please.