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:IAR RemoTI 2 0

From Texas Instruments Wiki
Jump to: navigation, search

1. Open IAR 7.70.2 and open an IAR workspace.

Open workspace iar remoti.png

2. Navigate and open the IAR remote_control workspace included with RemoTI 2.0.1

Remote control workspace iar.png

3. Build both projects in the workspace. Select the cc2650rc_stack - controller_rom project and click on Make IAR RemoTI.png. Observe that the project builds without any errors in the Build output window. Repeat these steps with the cc2650rc_app - controller project.

Building each project iar.png

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

At main iar.png