怎样在ccs6.0以上的版本使用软件仿真功能

How to Obtain the Simulator for CCSv6

下面来阐述问题 和 解决问题

  • The problem with version 6 is that TI withheld the simulation files and drivers necessary to run the simulator on version 6. The trick is to copy over the files from version 5 (I did version 5.5), but any one will work.
  • The following are steps on how to copy over and which files to copy over.

1. Download a previous version of Code Composer document

链接: https://pan.baidu.com/s/1-4a4bNqBDLydhX4uxz7RDQ 密码: qwwc

2. Find the CCSv6 and the CCSv5 files in your file explorer (The installer automatically places them in a folder named “ti” in your hard drive)

文件内容

3. Copy over the following file from the version 5 folder to the version 6 folder

C:\ti\ccsv5\ccs_base\simulation <— complete directory!!!!
路径指向

4. Copy over the Configurations file as well

C:\ti\ccsv5\ccs_base\common\targetdb\configurations
这里写图片描述

5. Copy over the v5 simulator connection file into the v6 connections filev

C:\ti\ccsv5\ccs_base\common\targetdb\connections\tisim_connection.xml
这里写图片描述

6. The last files to copy over are the simulation drivers needed to run the TI Simulator

C:\ti\ccsv5\ccs_base\common\targetdb\drivers
Note: There are 4 files you must copy over! Scroll down and look for the “sim” files!!!!
这里写图片描述
- Now that all of the necessary files are in the v6 directory, run CCSv6.
- Create your project as you normally would and initially choose “Data Snapshot Viewer” as your connection because you will not see the simulator in the Project Wizard.
- Once your code is written, build the entire project and look at the “targetconfigs” folder in your project explorer.
- Double click on the file with a red “X” on it; it will bring up the General Connection setup window.
这里写图片描述
- Click the Connection drop down menu and find “Texas Instruments Simulator”
这里写图片描述
- Find the “F283xx” box and select it. Now you should be able to run the simulator and debug your code!

over

下载链接中就有用到的ccs5中的文件,操练起来吧!