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.

Debugger Dev Pack with IAR

Hello,

How can I setup IAR to use the SimpleLink SensorTag Debugger DevPack as a debugger?  Is there a specific debugger board file (.dat) that I have to select in IAR in order for IAR to detect the debug dev pack over USB?

  • Hi Ryan,

    From this thread: e2e.ti.com/.../1455287 , there is a link to this wiki article: processors.wiki.ti.com/.../CC13xx_CC26xx_Tools_Overview

    Which says:

    Using IAR with XDS110 and CC26xx

    This section applies to IAR EWARM 7.40.2+ (last updated 2015-06-06).

    IAR 7.40.2+ has built-in support for XDS110 debugger that works together with CC13xx/CC26xx devices. To enable XDS110 support, follow the below steps.

    Install the included XDS Emulation Software Package on your computer (Important: use "Run as administrator" on Win7)
    It is recommended to use the default installation directory
    Configure your IAR project to use XDS110 debugger
    Project > Options > Debugger: Select "TI XDS" as the Debugger driver
    Project > Options > Debugger > TI XDS:
    Select "TI XDS110 Emulator" from drop down menu.
    Click OK to save settings.
    Repeat for each project in the Workspace.
    Connect your XDS110 debugger to your CC26xx target and make sure both are powered up.

    You should be able to download and debug your CC26xx project using XDS110.


    Cheers,
    Fredrik
  • Hello Fredrik,

    Thanks for pointing this out. I didn't find that forum post during my searches.