Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.
We found 431 threads matching "ccs"
You are looking at page 1 of 11.
The most relevant threads are listed first
Sam Vimaire - 2007-03-09 10:06:00
Hello.
I recently install Code Composer 3.1.
I used CCS 1.2 before.
The problem is that I did not success in getting the same .hex file
(from the same code) with CCS 1.2 and CCS 3.1
I only have assembly code, no C code.
To build my project I only use assember, linker and hex converter)...![[CCS] Build options](http://cdn.dsprelated.com/images/icon_more.jpg)
hans - 2006-08-26 06:01:00
Now I am debuging the TMS320C6713 hardware board(designed by myself).
But when I run CCS 2.20, the CCS window just disappear,
In windows task manager, I can find the ccs process.Just can't
see the window.
But if I use the demo board of 6713 by Ti, everything is OK,CCS is ok.
what could be the ...
Hello;
I can't run a program on CCS V3.0 simulator. I did the same things with CCS
2.2. Is there any bug there?
Does anybody have any experiments on this matter?
Best regards
...
padmaramuni - 2008-08-05 09:46:00
Hi,
I was working with CCS 3.3.38 for my video decoder development on DM6446
using simulator. As I was facing some issues in using ACPY3 for one of my
DMA transfers, I had upgraded my CCS 3.3.38 to 3.3.79 with CCS Service
Release 9 from TI website.
Now after updating to this version (3.3.79...
Kesh - 2004-06-03 13:44:00
Hi all,
I'm getting used to the TI C6701 EVM & CCS IDE (coming from ADI EZKIT
background) and trying to figure out what's going on with CCS. I have
few questions, and if anyone can answer'em, I'd greatly appreciate it!!
I've noticed the CCS takes up close to 100% of CPU time when the DSP i...
Hi,
I have a C6713DSK. I am wondering, is there is a way to start CCS
without having the DSK physically connected to the PC? By that I mean
choosing the C67XX simulator as the target when running CCS setup. I
keep getting "Target CPU not initiliazed" error when I tried to start
CCS without th...
Ken - 2004-09-16 13:04:00
I knew that whether RTDX without CCS still works is a very old
question, and I also knew the answer is NO.
My problem is that I don't care whether CCS is running, but I don't
want to open my project files. Is the RTDX still working?
It sounds funny, but I think "without CCS" is different fro...
Hi
I'm trying to make a RTDX connection between CCS and the F2812 DSP.
I use a XDS510PP+ emulator, and my version of CCS is 2.21.
My questions is:
Does the F2812 support RTDX ?
What is required to use RTDX ?
The CCS help says that:
"... This step is necessary because RTDX, which is us...
Hamid - 2004-03-29 12:46:00
Hi all
I have a DSK 6416 , before I asked for a way to load a COFF file to
the DSK 6416 without CCS but I didn't get much help, basically I was
asking to see if there is a HPI library provided with DSK6416 as it is
with some other DSKs.
I will be gratefull if anybody is aware of any library...
"perryuan" wrote:
> Roberto Waltman wrote:
> > I am running CCS 3.1.19 under Win2k/SP4. Never had problems installing
> > it. (had to do it a few times) Check the following: (guessing only)
> > (a) Check you have administrative privileges both for installing and
> > running CCS. (You sho...
mehran_655 - 2006-09-26 09:11:00
Dear all,
I have some boards from sundance (SMT310Q: carrier board with JTAG-xds510
SMT361A: DSP TMS320C6416D10), I installed CCS 2.2 but it couldn't connect
to the boards. I installed CCS 3.2(beta 2), It has sundance modules in
Code Composer Setup, but the i didn't found modules SMT310Q & SMT361A...
2007-05-02 03:42:00
Hi Guys!
I have a problem with debugging c code in CCS v2. I can't "step
into" (sub)function codes, instead CCS steps into disassembly. Why
does CCS do this? Are there settings required so that I can step into
codes instead of stepping into disassemble window?
...
karthikbg - 2007-01-26 08:25:00
Hi,
I used the Command Window of CCS and tried CStep . But, this does not
single-step in C file.
Should i need to configure/enable something for doing this.
In CCS manual i find the below info :
"The CSTEP command is similar to STEP, but CSTEP always single-steps in
terms of a C statement."
...
I find CCS 3.3 to be quite terrible due to it's lack of class view,
call browser, go to, and find features. I found the option in CCS to
use an external editor (devenv.exe), but it doesn't implement any of
the fancy features. I assume that maybe devenv.exe isn't the trick?
Thanks,
-B
...
jconway - 2010-01-23 09:20:00
I'm trying to install the OMAP3530_XDS510USB board in Code Composer Studio
Setup. When I click 'Save and Quit', the error message: Error automatically
generating board data file.: An invalid router family was specified.
I'm using CCS v3.3, CCS Setup version 5.98.0.219. Does anyone know what
this ...
Javkyu - 2010-03-17 09:22:00
Sorry to occupy your precious time.
Recently,I have a project carrying out the program of FMM on DSP.But when I
use the CCS 2.20 to carry out the simple C code such as hello.c ,it can't
build.Compiling window demonstrate the following :
Error, Don't know how to build file "D:\ccs-test\examples\hel...
JimHugh - 2007-03-13 09:14:00
Hello,
I am running CCS v3.3 on F2812. I set up a break point at asm("
ESTOP0"); in interrupt void ILLEGAL_ISR(void). Is there a trace facility
on CCS I can trace down the code caused ILLEGAL_ISR?
If not, I've opened CPU register on CCS, the PC pointed to the ILLEGAL_ISR
address, whic...
vasee - 2006-02-17 10:14:00
Hi all,
I'm starting to develop a project for TMS320F2812 and I can not load the
code in to the target using XDS510PP+ emulator from Spectrum Digital with
CCS 2.21.xx. The following message appear "Data verification failed at
address 0x3D8028. Please verifiy target memory and memory map." That is...
Curl - 2004-02-17 12:09:00
Hello All
This may not be the right place for CCS question. But I know I could
find an answer here ! :o)
Does anyone know how to modify the assembler command line in CCS
? -(not only the options)-
I would like to supply the "object files" in the command line.
Or in another way :
How to in...![[CCS] assembler command line](http://cdn.dsprelated.com/images/icon_more.jpg)
Jacky Huang - 2008-06-23 22:14:00
Hi,all
I just learned from some websites that there is a dynamic loader module in
CCS. This dynamic loader supports dynamic loading excutable code to an
existing executable program in a DSP.
However, I can not find dynamic loader module in my CCS v2.2. How can I
get the dynamic loader? And how to ...
Dileep - 2009-03-11 00:05:00
Can any one help , how to use cacheTagRamViewer (in CCS v3.3.81.6)
connected to c6455 DSK board for on-chip cache analysis?
I am able to do the cache analysis via cacheTagRamViewer for c6455
Device Accurate Simulator. But when i try to view cache tag ram viewer
on DSK, it shows 'ram viewer ...
I have designed a FIR filter by Matlab, and saved the filer
coefficients as a data file.
I want to utilize these coefficients on 6711DSK board to do some
calculation.
But when I load the coefficient data file to CCS,CCS showed the
data file can not be open.
I don't know why
I am ...
zultia - 2007-03-14 10:55:00
Hi all
I couldn't understand the difference between CAS and CCS in the E1
multiframe, can any one help me with that please ?
Second is there a list of what are the words of the ABCD in the CAS/CCS
for every channel ?
thanks
Avi
...
vai - 2004-06-17 02:45:00
hi all
im a bit new to the ccs,
can some one explain to me how i can use the dsplib to program in the
ccs??
if you can tell me where i can find a sample code or somthing...
any help at all??
thanks in advance
vai
...
There are lots of bugs with CCS 2.18 and 2.2, I even found some
compiler bugs, Try with CCS 3.0
I am using it for last 6 months, its better.
Regards,
Soumit Mukherjee
...
asif911 - 2006-06-30 10:35:00
Hi All,
I'm a newbie in this forum. I just wanted to know if i can download
CCS(the version that is compatible with TMS320C6XXX) from any website?
Regards,
Asif.
...
There is a tutorial, I think it is called something like Volume, as in
volume control, that interfaces a PC to a DSP application using CCS.
It is at least included in newer versions of CCS. You may want to see
if you have it or something similar.
...
2007-05-08 05:11:00
For example, I have a for loop, for (i=0; i ...
Davy - 2005-10-13 03:51:00
Hi all,
I always work on VC and now I want to port my code to TI CSS.
I read the CCS manual, and confused with file operation.
I want to read data from a virtual data source. And write to another
virtual data file.
Does TI CCS support standard C file operation like "fopen" and "fread"
and ...
Ralph A. Schmid, dk5ras - 2007-02-24 04:00:00
Hi!
For playing with DSPs at home I have a 6416DSK board, with the pseudo
JTAG emulation via USB and CCS 2.2 what came with the board.
Now I wanted to connect the board in the office, where we use CCS 3.x,
but I could not find a way to make this work via USB, only with the
real JTAG blackh...
Holt - 2004-12-09 17:08:00
I've made the migration from CCS 2.21 to CCS 3.0. Code that used to
compile fine is now giving me errors. Here is the error I am getting
on all c files.
"error: unrecognized cregister name 'FADCR'"
"error: unrecognized cregister name 'FAUCR'"
"error: unrecognized cregister name 'FMCR'"
T...
Hello,
We are developing code for C6000. I heard that TI is moving to Eclipse.
Is it true? Does it mean that our investment in CCS will loose?
Where can I find more information about TI and Eclipse?
Best regards
...
2004-09-02 08:33:00
Hi there,
someone working with the 6713 from TI using CSL and CCS 3.0 ?
Best regards,
Ulli
...
Hi,
I am a student working with a TMS320C6713DSK from TI. The dsk
functioned properly for a few weeks, during which I ran tutorial
programs and other simple projects on it. A few days ago, however, the
board suddenly starts to give me problems and I can't even start CCS
now.
If I boot my ...
seb - 2004-07-09 11:31:00
Hello,
i have a question about the configuration of CCS. I had a projet that
i start using the DSK6713 board.
In the CCS setup application, i choose the C6713DSK configuration
file. ALL RIGTHS.
Now that my application seems to works using the DSK, i need to
compile the same application but...
sunnyzitong@126.com wrote:
> After I have setup the ccs in the condition of c671x XDS510 Emulator
> and want to enter into the enviroment of ccs , but it failed .It give
> me the error message as follows :
>
> Can't Initialize Target CPU:
> Error 0x80000200/-1031
> Fatal Error durin...
karthikbg - 2007-01-26 08:43:00
Hi,
I have enabled "Mixed Source/ASM" under the View Menu.
But, i am unable to view Both the C Code and the corresponding Assembly
instructions together . :( :( :( :( !!!!!
I am following the rules exactly as told in the CCS. Is there any bug
in this feature in CCS v3.1 ??
I do as per the be...
Hi there,
I am working with a C6713DSK, using CCS 3.1 (platinum edition) and I wish
to use the C6713DSK Device Cycle Accurate Simulator to profile all the
functions in my program.
If I try to run my program using the Device Cycle Accurate Sim. CCS stops
responding, the Windows CPU Usage indica...
Tejas - 2004-04-03 17:00:00
I have a real time application running on a DSP. I want to call a
function only when a particular key is pressed. How do I do this in
CCS ?
I have tried using getch() but this pops up a dialog box everytime
this line is executed therefore interrupting my program.
Any help will be appreciate...
sdses - 2007-03-24 15:39:00
I start CCS v.3 from CCS Setup after configure devices using default
configure. I get a error message :
Error initializing emulator
Board Name: OMAP1510 ES2 XDS560 Emulator
Cpu Name: ARM9_0
Abort: Close Code Composer Studio.
Retry: Try to initialize the emulator again.
Ignore: Ignor...
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
next