Device Support
The TMS320F2802x series model models the behavior of the following microcontrollers from Texas Instruments™:
TMS320F280200PT
TMS320F280200DA TMS320F28020PT
TMS320F28020DA
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
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.
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 貌似无法安装。
以上所录,权当抛砖,希望仿真成功的前辈能够及早公布仿真步骤与方法,以免去更多无谓的重复劳动。
原帖由 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.
原帖由 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 ...
原帖由 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 ...