Other Parts Discussed in Thread: CC1310
Hi Experts,
I'm able to make software for the CC1310 using CCS and the ccfg.c file so it can be flashed using the CCS or the bootloader using the uart,
I've discovered that openocd won't work when the launchpad is flashed with a program intended for use with the bootloader and will report different errors like
Error: JTAG scan chain interrogation failed: all zeroes
Error: Check JTAG interface, timings, target power, etc.
Error: Trying to use configured scan chain anyway...
Error: cc13x0.jrc: IR capture error; saw 0x00 not 0x01
Error: Target not examined yet
Error executing event gdb-attach on target cc13x0.cpu
Examining the cfcg memery area reveals some changes as expected and I guess it has something to do with some of the values but can I make a configuration with the bootloader active that will allow openocd to work?
Regards Peter