Forums Search for: Simulator
CCS2.0 Simulation problem
inHi I have recently installed the new CCS2.0, but I have got problems when I try to simulate my code. I have tried to use both...
Hi I have recently installed the new CCS2.0, but I have got problems when I try to simulate my code. I have tried to use both the C5510 simulator and the C55x simulator. It looks like the simulator locks on the first floating point calculation in my program. I use Window
load6x simulator
Has the load6x simulator been removed from CCS(3.1)? I keep seeing it referenced in the manuals but cannot see how to (find it/use it). ...
Has the load6x simulator been removed from CCS(3.1)? I keep seeing it referenced in the manuals but cannot see how to (find it/use it). 'grep'd' the whole computer for it. Is it a seperate utility maybe? Cheers ~Joe
I search for TMS320F241FNA Simulator CCS 2.x
Hello!! I'm sorry, I can't speak english... ^^a I have a problem. It is hard to debug. I want to look for a simulator of...
Hello!! I'm sorry, I can't speak english... ^^a I have a problem. It is hard to debug. I want to look for a simulator of TMS320F241FNA on Code Composer Studio (CCS 2.x)!! Does it exist? Where is it? I feel keenly the necessity of it.
HELP
Hello! The C3x Simulator Code Composer Studio v1.0 seems to be infested with bugs. I have discovered a few things... I would be...
Hello! The C3x Simulator Code Composer Studio v1.0 seems to be infested with bugs. I have discovered a few things... I would be interested to know if anyone has the same problems: Note: Memory-mapping Disabled C33 Simulator Driver used File I/O used (fopen,
C55xx simulator
inHi I am working on a project where we are using the TMS320C5510 DSP. I have started to simulate the code using the C55xx...
Hi I am working on a project where we are using the TMS320C5510 DSP. I have started to simulate the code using the C55xx simulator. When I add a variable to the watch window to see if it is changed as expected it does not change the value at once after an instruction is
simulator
inI have just gotten my 6712 DSK. However, the code composer CD doesnt seem to include simulator, it only has the DSK emulator. Since...
I have just gotten my 6712 DSK. However, the code composer CD doesnt seem to include simulator, it only has the DSK emulator. Since the DSK was purchased by the university, i do not have access to it on my own free time. As a result, it would be much more convinient if i can get a co
Stand-Alone Simulator Operation for Code Composer
Here is the instructions from TI technical support for enabling the simulator without a hardware target. I tried it and found that...
Here is the instructions from TI technical support for enabling the simulator without a hardware target. I tried it and found that is worked: ********************************************************************* Byron, - From the Code Composer Studio menu bar, sel
Code Composer Simulator
inGreetings: I am using the code-composer version 1.1, and attempting to use the simulator without a target. Specifically, I...
Greetings: I am using the code-composer version 1.1, and attempting to use the simulator without a target. Specifically, I am trying to get through the tutorial. The documentation recommends using a target, but says I may follow the instructrions in chapters 2 and
Re: [c6x] (unknown)
inHi Chirag, What are using. Simulator or emulator? In case of simulator, go to Options->memory map and allocate the entire...
Hi Chirag, What are using. Simulator or emulator? In case of simulator, go to Options->memory map and allocate the entire range as RAM. In case of emulator(board), you would need to study the memory map of the specific board (provided in accompanying docu
RE: Heterogeneous simulator for Orion (ARM7 & C54x c ombination)
inJogeswara, TI has not released a simulator for the TMS320VC5471. Spectrum Digital does make a DSPLinux Developers' Kit for this...
Jogeswara, TI has not released a simulator for the TMS320VC5471. Spectrum Digital does make a DSPLinux Developers' Kit for this DSP and it is available today. Check out www.spectrumdigital.com < http://www.spectrumdigital.com > .
Question on the Simulator in Code Composer
inHi, I would like to work with the simulator for TMS320F240. What am I doing wrong? I'm working with Code Composer 4.10. The...
Hi, I would like to work with the simulator for TMS320F240. What am I doing wrong? I'm working with Code Composer 4.10. The following message appears on the screen. "Trouble with Writing Target DSP memory Error number -2052 Error address 40 Memory Map Error: Ra
Help for multiple project running...
I have some problem at hand. I do not know how to proceed. I want to implement H.264 encoder and decoder working simultaneously. But I have...
I have some problem at hand. I do not know how to proceed. I want to implement H.264 encoder and decoder working simultaneously. But I have separate encoder and decoder projects. I have implemented decoder. Encoder is going fine on simulator. ## I want to combine to projects or so. So that I will load decoder on target and run entirely there. ## Also I want my encoder to run at simulator...
How to test imglib examples in CCS
Hello All, I am working in CCS-2.21 and want to know how to test image processing examplex using CCS for simulator. I am able to get...
Hello All, I am working in CCS-2.21 and want to know how to test image processing examplex using CCS for simulator. I am able to get the .out file for the example present under \c5500\imglib\examples\Histogram\Debug. But not able to test is on simulator. Can anyone please help me out and explain me how to test it on CCS as I am new to this. Thanks
pin connect tool and edma in c671x simulator
Hi Dear friends Do you know, why when I use "pin connect" tool from CCSIDE simulator to simulate ext_int4, it can not drive the EDMA...
Hi Dear friends Do you know, why when I use "pin connect" tool from CCSIDE simulator to simulate ext_int4, it can not drive the EDMA channel 4. (It doesn't create an event for edma channel 4); regards
Hetrogenious simulator for Orion (ARM7 & C54x combination)
Hi, We are developing an appliaction for a DSC21 chip, which is an SOC with ARM7 & C54x processors on single chip. CCS2.0...
Hi, We are developing an appliaction for a DSC21 chip, which is an SOC with ARM7 & C54x processors on single chip. CCS2.0 provides a simulator for OMAP( ARM9 & C55x combination ) as a single board. Can anyone provide some pointers to get a similar sort of
How to read / Write in CCS
hi all, I am looking for simple sample code to read & write a file in CCS3.1. I am using TMS320C64xx Simulator.Your help is...
hi all, I am looking for simple sample code to read & write a file in CCS3.1. I am using TMS320C64xx Simulator.Your help is appreciated. Thanks in advance.. Bye jhdeepu
Problem with codecomposer C6x
When i am using code composer simulator and try to write to a specific address i get an error messages. Can anyone tell me what i...
When i am using code composer simulator and try to write to a specific address i get an error messages. Can anyone tell me what i am doing wrong. I've already contacted TI and Go-DSP but I'm still waiting for an answer. I think it is in some of the settings, I am new to the T
Trouble debugging - always enters disassembly but doesnt crash
inHello, I've been working on the 5416 and have recently started using a jtag emulator on it (although the following problem appears when...
Hello, I've been working on the 5416 and have recently started using a jtag emulator on it (although the following problem appears when I'm using the normal simulator as well). I'm trying to step through some code in CC that wasn't written by me (but I know it works) and it is normally run on a DSK. I have a build version whi
Memory map setting in CCS
Hi I have a problem with the emulation through Code Composer Studio. So, far I have used the simulator when developing my...
Hi I have a problem with the emulation through Code Composer Studio. So, far I have used the simulator when developing my software for the TMS320VC5510 DSP. Now I want to emulate to eliminate the last few bugs that I have in my program. I use the XDS510PP Plus emulator, and
DSP/BIOS Bridge
inHello, I have installed CodeComposer for OMAP platform and I haven't found yet the way to make the two processor of the board...
Hello, I have installed CodeComposer for OMAP platform and I haven't found yet the way to make the two processor of the board to communicate. I do not have the board, only the simulator. All I could do was to run an application on one of the two processors, but I need to