Other Parts Discussed in Thread: Z-STACK
Tool/software: Code Composer Studio
I currently am using two TI CC2652R Launch pads. I am a Student and have limited experience with these types of things but I have run the example program with light switches on them and successfully gotten them to communicate. My main goal is to create my own Zigbee network (one where I can change the information sent) with the two. I have more recently begun experimenting with the generic app router and and coordinator in CCS in attempt to work in that direction.
I have begun receiving these error messages after attempting to run code after debugging:
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 9.2.0.00002)
Cortex_M4_0: Trouble Halting Target CPU: (Error -2064 @ 0x0) Unable to read device status. 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 9.2.0.00002)
Cortex_M4_0: Unable to determine target status after 20 attempts
I believe it may have something to do with the debugging process, possibly the TM4C129 that is located on the launch pad? I have attempted restarting CCS and my computer, disconnecting and reconnecting the launchpads. Not sure what the error means, or what to do to make the programs work.
Any help would be appreciated.