Tool/software: Code Composer Studio
Hello,
I've been trying to upload code to a custom board I've built using the CC2650 (32 pin, model RHBT) - the schematic is based off of TI's sensor tag schematic. I've managed to upload example code (PWM example from the TI-RTOS examples) successfully to the 2650 SensorTag kit and the 2650 LaunchPad using CCS, but when I try and upload it to my board using the the JTAG port from the Debugger DevPack, I'm getting this issue
Error connecting to the target:
(Error -242 @ 0x0)
A router subpath could not be accessed.
The board configuration file is probably incorrect.
(Emulation package 8.1.0.00005)
Which worries me, because I get the same error when the debugger is not plugged into anything at all. I've triple checked my JTAG connections and the power supply traces to the 2650, which all appear to be working fine. I've tried uploading example code from the CC2650_5XD example set since the 2650 model on the 5xd kit is also 32 pin, so I figured the pin mapping would be the same - perhaps this wasn't the best idea.
Am I missing something obvious? Should I not be using the DevPack for this? Or does anyone have any suggestions on how to get past this? Any ideas are appreciated.
Thanks!