摘要:
写了一个打开CCS就自动加载GEL初始化文件,自动加载工程文件。编译后自动读取out文件并restart,GoMain的gel文件/* * Copyright 1998 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. *//* * ======== ... 阅读全文
摘要:
1. 安装 CCS 3.32. 点击Setup CCStudio v3.3 添加仿真器 3. 导入TMSC6726B 的软件仿真器 4. 打开CCS 3.3。新建Project 5. 新建Test1工程6. 新建源文件,并保存文件名test1.c#include <stdio.h>void main(){ int a=0; while(1) { a++; }} 7. 添加test1.c至工程。8. 添加库文件 C:\CCStudio_v3.3\C6000\cgtools\lib\rts6700.lib9. 拷贝了一个CMD... 阅读全文