This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How do I get the examples for CC2650 to program?

Other Parts Discussed in Thread: CC2650, CC2640, BLE-STACK

I am trying to install an example project for the CC2650 Sensor Tag board witha newly purchased Blackhawk XDS100v2 ARM programmer/debugger.  I followed the steps and have installed the programmer, but when I goto debug or test the connection I get this error:

[Start: Texas Instruments XDS100v2 USB Debug Probe_0]

Execute the command:

%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity

[Result]


-----[Print the board config pathname(s)]------------------------------------

C:\Users\pataelmo\AppData\Local\TEXASI~1\
CCS\ti\0\0\BrdDat\testBoard.dat

-----[Print the reset-command software log-file]-----------------------------

This utility has selected a 100- or 510-class product.
This utility will load the adapter 'jioserdesusb.dll'.
The library build date was 'Feb 18 2015'.
The library build time was '23:56:50'.
The library package version is '5.1.641.0'.
The library component version is '35.34.40.0'.
The controller does not use a programmable FPGA.
The controller has a version number of '4' (0x00000004).
The controller has an insertion length of '0' (0x00000000).
This utility will attempt to reset the controller.
This utility has successfully reset the controller.

-----[Print the reset-command hardware log-file]-----------------------------

The scan-path will be reset by toggling the JTAG TRST signal.
The controller is the FTDI FT2232 with USB interface.
The link from controller to target is direct (without cable).
The software is configured for FTDI FT2232 features.
The controller cannot monitor the value on the EMU[0] pin.
The controller cannot monitor the value on the EMU[1] pin.
The controller cannot control the timing on output pins.
The controller cannot control the timing on input pins.
The scan-path link-delay has been set to exactly '0' (0x0000).

An error occurred while hard opening the controller.

-----[An error has occurred and this utility has aborted]--------------------

This error is generated by TI's USCIF driver or utilities.

The value is '-242' (0xffffff0e).
The title is 'SC_ERR_ROUTER_ACCESS_SUBPATH'.

The explanation is:
A router subpath could not be accessed.
The board configuration file is probably incorrect.

[End: Texas Instruments XDS100v2 USB Debug Probe_0]

What is wrong?  What do I need to do to program?


Thanks,

  Patrick

  • Hi Patrick,

    Please see the CC2640 FAQ thread at the top of the forum for the list of supported debuggers. Specifically, the XDS100v2 is not supported with CC2650/CC2640.

    Best wishes
  • JXS,
    Thank you for the information. This is a bit infuriating because I just overnighted this programmer because I found it as the only support thing for CCS6, just to find it doesn't support this. I already have the J-link. But the examples I've found for the IAR platform (where jlink is supported) don't actually have the project/workspace files defined so I would have to try and generate those which makes the examples mostly useless.

    Sorry for the rant, my real question is do you know if there are full IAR project files for the CC2650 for the sensortag? Specifically ones that use the TI-RTOS?

    Thanks,
    Patrick
  • Hi Patrick,

    I apologize for the frustration.

    For Sensor Tag, yes, there is an included IAR & CCS project in the BLE-Stack 2.0 SDK: Projects\ble\SensorTag.

    Best wishes