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.

Error connecting to the target: (Error -275 @ 0x0) CC2650

Other Parts Discussed in Thread: BLE-STACK, CC2650

Hello, i am trying to use examples from BLE-stack V2.2, and sometimes when i try to debug the project i get the following error, sometimes it gets gone and sometimes it comes back, this is really annoying.

I am on a MacBook Pro OS X El Capitan 10.11.6 (15G31), Processor 2.66GHz Intel Core 2 Duo.

I am using Parallel Desktop Version 11.2.1 (32626) for MAC

With

Windows 10 Pro version 1511

I installed BLE-stack v2.2 (ble_sdk_2_02_00_31)
I installed Code Composer Studio  Version: 6.1.2.00015

I have ARM Compiler Tools 16.6.0

I have ARM Compiler Tools 5.2.7

I have cc13xx/cc26xx Device Support 1.16.2.00

Everything is up to date

The Built went fine without errors and here goes the error when i start to debug the project.
"

Error connecting to the target:
(Error -275 @ 0x0)
The attempt to poll a target device exceeded its timeout limit.
The utility or debugger has requested that a target device be
repeatedly accessed for a specific data or status value.
This has failed because the built-in limit for the maximum number
of attempts when polling the JTAG scan-path has been exceeded.
(Emulation package 6.0.228.0)


"

Bes regards
Nicholas

  • Just adding more information, i thought that this could be due to lack of usb or ftdi drivers for the SmartRF06 Evaluation Board, i have followed the swru321a.pdf installation guide for those drivers, i have installed SmartRF Studio 7, and it cannot access the evaluation board either, i get XBAL error trying to connect target attempt.
    But one interesting thing is that the Ports(COM & LPT) recognized when i plug the evaluation board is the USB Serial Port(COM10) instead of TI XDS100v3 Channel x as it should.

    When i try to update it, windows says to me that the driver is fully up to date.

    Please somebody help me.

    Best regards Nicholas
  • Nicholas,

    Numerous issues and slowdowns happen with XDS100 JTAG debuggers that run through a virtual machine.

    processors.wiki.ti.com/.../VMware_with_CCS

    In your case, I would instead use CCSv6.1.3 for Mac OSX and try to connect to your board - the chances of success in this case are higher.

    Also, the post below mentions a procedure to use BLE stack on Mac OS.
    e2e.ti.com/.../1909283

    Hope this helps,
    Rafael
  • Hi, thanks for your answer, but in this case the problem was in a bad connection from the cc2650 to the evaluation board itself, but thank you very much, i will try to work on the mac os, hope its working .