15

帖子

0

TA的资源

一粒金砂(中级)

41
 
Device Support
The TMS320F2802x series model models the behavior of the following microcontrollers from Texas Instruments™:
TMS320F280200PT
TMS320F280200DA TMS320F28020PT
TMS320F28020DA

TMS320F28021PT TMS320F28021DA TMS320F28022PT TMS320F28022DA
TMS320F28023PT TMS320F28023DA TMS320F28026PT TMS320F28026DA
TMS320F28027PT TMS320F28027DA     

The suffix denotes a package of microcontroller: PT – LQFP with 38 pins, DA – TSSOP with 48 pins.

Please check the Texas Instruments website (www.ti.com) for the latest information and errata on these devices.

Compiler Support
Source Level Debugging is supported

Through the COF file format exported from the CCE Compiler. Please refer to toolchain installation for more information.
The free VSM Studio IDE will automatically configure your CCE toolchain for use with Proteus VSM. Download from our website  (www.labcenter.com)

See Also:
Model Properties
Loaders
General Model Limitations
Toolchain Installation

这些是Proteus自带的PICCOLO.chm help文件里面的内容
 

回复

15

帖子

0

TA的资源

一粒金砂(中级)

42
 
COFF/DWARF
The COFF format for PICCOLO is a public domain symbolic debug format used by Code Composer.

COFF files for the PICCOLO have the extension '.COF'  and contain full symbolic debug information including source line address and variable data. To load a COFF file into the model, you will need to set the program property with the full filename and extension. e.g.

PROGRAM=MYFILE.COF

Note that the COFF file contains absolute paths to the 'C' source files, and problems may arise if the project is moved from one directory to another.  The corresponding DWARF file should be in the same directory as the COF file.

HEX
Failing all else, simply specify the HEX file as the program property for the processor on the schematic. This will simulate but will not single step debug as there is not enough information to provide a source window.
 
 

回复

15

帖子

0

TA的资源

一粒金砂(中级)

43
 
To work with PICCOLO parts you need both ControlSUITE and Code Composer Studio Free (CCS-FREE) installed. The following is a basic guide outlining the required steps:
Download CCS-FREE (version 4.2 or later) from Texas Instuments and install it.  If your operating system is Windows 7 or Windows Vista you should install it to your home (My Documents) folder as CCS-FREE is not compatible with the way newer versions of windows handle user rights escalation.
Ensure that C2000 support is included.
Update CCS.
Ensure you have .NET framework 3.5 installed, and then install controlSUITE from Texas Instruments, ensuring the relevant components are installed.
Configure the toolchain to output a .COF file for source level debugging. Alternatively, install the VSMStudio IDE from the Labcenter website which will detect the toolchain and configure it automatically for you.
上面这段应该是生成.cof文件的方法吧  酷B啊 我在Proteus官网下的VSMStudio IDE 貌似无法安装。
以上所录,权当抛砖,希望仿真成功的前辈能够及早公布仿真步骤与方法,以免去更多无谓的重复劳动。
 
 
 

回复

484

帖子

12

TA的资源

纯净的硅(高级)

44
 

实际硬件测试controlStick

proteus的仿真结果与实际硬件差别不大 闪烁灯.MP4 (8.61 MB, 下载次数: 13, 售价: 1 分芯积分)
 
 
 

回复

33

帖子

0

TA的资源

一粒金砂(中级)

45
 

回复 37楼 平湖秋月 的帖子

你是用hex和cof全部仿真成功了吗?为什么我的hex'文件没有反应呢??我是按照你给我发的网址的步骤改的,可能里面哪有问题 能把你改的cmd和bat文件给我看一下吗?我没有弄出来
 
 
 

回复

10

帖子

0

TA的资源

一粒金砂(中级)

46
 
原帖由 bdgog 于 2012-11-5 21:33 发表
The free Labcenter VSM Studio IDE can greatly simplify this task as it will automatically configure supported compilers to work with a Proteus VSM simulation.

从Labcenter网站上摘到一句,而且看Prote ...
没错,.cof就是VSM Studio产生的,VSM Studio下载地址是 : http://www.labcenter.com/download/prodemo_download.cfm#vsmstudio  VSMSTUDIOSETUP.EXE  14M bytes

只要你你安装了CCS4.2以上,用VSM Studio IDE,他会自动连接CCS编译器的,
Protues帮助文件早就说明了,只是楼主大惊小怪,什么天下第一的.
另外CCS也可以修改makefile自定义输出.HEX .COF.ELF都可以,方便的很。
 
 
 

回复

10

帖子

0

TA的资源

一粒金砂(中级)

47
 
原帖由 bdgog 于 2012-11-5 21:33 发表
The free Labcenter VSM Studio IDE can greatly simplify this task as it will automatically configure supported compilers to work with a Proteus VSM simulation.
从Labcenter网站上摘到一句,而且看Prote ...

这位兄弟说的没错,.cof就是VSM Studio产生的,VSM Studio下载地址是 : http://www.labcenter.com/download/prodemo_download.cfm#vsmstudio  
VSMSTUDIOSETUP.EXE  14M bytes
只要你安装了CCS4.2以上,用VSM Studio IDE,他会自动连接编译器的,
Protues帮助文件早就说明了。只是楼主大惊小怪的,什么天下第一,呵呵。俺早就玩过了。
另外CCS也可修改makfile文件自定义输出 .HEX .COF .ELF格式的文件。方便调试.

 
 
 

回复

10

帖子

0

TA的资源

一粒金砂(中级)

48
 
原帖由 bdgog 于 2012-11-5 21:33 发表
The free Labcenter VSM Studio IDE can greatly simplify this task as it will automatically configure supported compilers to work with a Proteus VSM simulation.
从Labcenter网站上摘到一句,而且看Prote ...

这位兄弟说的没错,.cof就是VSM Studio产生的,VSM Studio下载地址是 protues的官方网站,找到download  下载VSMSTUDIOSETUP.EXE  14M bytes
只要你安装了CCS4.2以上,用VSM Studio IDE,他会自动连接编译器的,
Protues帮助文件早就说明了。只是楼主大惊小怪的,什么天下第一的,呵呵,俺早就玩过了。
另外CCS也可以修改makefile,自定义出各种.hex .cof .elf .out的格式文件,方便调试。

[ 本帖最后由 kingsr 于 2012-11-27 19:11 编辑 ]

COF产生.PNG (49.95 KB, 下载次数: 5)

COF产生.PNG
个人签名技术就是像大海,而你就是海里面的一粒小沙子..
 
 
 

回复

10

帖子

0

TA的资源

一粒金砂(中级)

49
 
帖子一审核,结果连发了3个帖子了。
个人签名技术就是像大海,而你就是海里面的一粒小沙子..
 
 
 

回复

10

帖子

0

TA的资源

一粒金砂(中级)

50
 
加载了.cof就能调试了,
个人签名技术就是像大海,而你就是海里面的一粒小沙子..
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表