NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Template:CCS RemoTI 2 0

From Texas Instruments Wiki
Jump to: navigation, search

1. Open CCS and select/create a workspace. A "workspace" in context of CCS is a root directory in which one can store one or more CCS projects. In this example, we'll call it myworkspace.

Myworkspace.png

2. Every time CCS starts up it performs a product discovery in the default installation directory. For Windows users, the default installation directory is C:/ti. In this step, it is important that the newly installed TI-RTOS and XDCTools products (which were included with the RemoTI 2.0.1 installer) are discovered by CCS. After the discovery process, CCS will prompt for a restart.

Product discovery.png

3. After restarting CCS, the next step is to Import the example projects included with Remo TI 2.0.1. Select both cc2650rc_app and the cc2650rc_stack CCS projects. In order for the remote control application to work, both application and stack projects need to be flashed to the device.

Import ccs project.png
Select cc2650rc projects.png

4. The next step is to build the imported projects. Select the cc2650rc_stack project and click on Hammer.png. Observe that the project builds without any errors in the Console window. Repeat these steps with the cc2650rc_app project.

Building each project.png

5. With both projects built, the next step is to load each image (.out) file onto the target. Select the cc2650rc_stack project and click on Bug.png. This project does not have a main(), so CCS (and IAR) will complain that it can't run to the main symbol. This is OK. After loading the stack, terminate the debug session CCS Stop.png and repeat the debug steps for the cc2650rc_app project.

At main.png