Technical discussions about Code Composer Studio.
Search Results for "bug"
Post a new Thread
- Mar 16 2001
Hi
I have discovered a bug in the new Visual Linker (I guess this is no
big supprise!). If I drag all variable sections over to the memory in
one go the Visual... 
Thomas Hupp - Jun 18 1999
There is a Bug in the code composers Editor (when viewing code in "Mixed
Mode" with C549 processor) and in the disassembly window which makes
assembler code reading... 
wilbur - Oct 31 2007
Hi All,
CCS 3.1 gives an error when I typecast a double to a
short. Has someone faced this issue anytime and is
there a solution bug fix for this?? . Thanks!!
Regards,
Wil... 
Andrew Nesterov - Feb 10 2004
> Any comment or idea?
Submit a bug report to either <> or <>.
Syntactically, the program (both instances) is absolutely
valid. It compiles fine with oth... 
Jeff Brower - Feb 12 2004
KT Lee-
This is a customer support engineer reporting your incident, not a CCS design
engineer. I doubt it will be changed in any future version of CCS.
The... ![[Fwd: Re: Re: warning: pointer points outside of underlying object]](http://cdn.dsprelated.com/images/icon_more.jpg)
ma_khayatzadeh - Oct 3 2006
Hi,
I have tried to simulate McBSP0 for TMS320vc5502 with CCS 3.1. But
When I start simulation and open "tools -> c55x peripheral registers
-> mcbsp" menu, I saw that fields o... 
Torgeir Jakobsen - Dec 15 2000
Hi
There is obviously something wrong with the watch window in CSS1.20.
Some of the variables is shown with incorrect values. The program
is working, because I... 
Torgeir Jakobsen - Dec 18 2000
Hi
The cl55 compiler gives the following message in Code Composer Studio
(version 1.20):
warning: last line of file ends without a newline
Most of the ... 
- Feb 29 2000
Hi. I am a first time user of Code Composer Studio.
I downloaded the evaluation copy of CCS and installed it yesterday. It
worked fine yesterday. Today I try to run... 
Ismail Uzun - Jun 25 2003
Hi,
CCS2.20 does not except reserving AR1 register(compiler option, -rar1)
while CCS1.2 does.
Is there any problem/bug on CCS2.20 with reserving AR1 registe... 
klob...@yahoo.co.uk - Apr 12 2007
What is the maximal length (data size) in file I/O transfer (using probe point, target is coff file *.out)? For example with length 1000 work correctly but for length 10000 collaps... 
gregor6713 - Nov 2 2006
I'm using CCS 2.21 to develop programs for TMS320C6713.
I was using CSL 2.31.00.2 and DDK 1.11. I was using files uartmd...;
uarthw_c6x1x_mcbsp ... to use MCBSP for serial comm... 
ahmadagha23 - May 11 2008
Hi;
I am working on C6416 DSK. In my source code I have initialized
global arrays with zero as follows:
array1[900]={0};
array2[6]={0};
But when I see the content of array2... 
Rene Tschaggelar - Feb 25 2002
I found local arrays are forbidden. There is no feedback,
the code just does not work at all.
main(){
int mydata[100]; // doesn't work
int far mydata[100]... 
Clasquin, Ferry - Feb 25 2002
Hi Rene,
I don't know what you have been coding but a small test on version 2.1 of
Code Composer Studio
performed showed that it works nothing is forbidden... ... 
Damien Piguet - Feb 10 2004
Hello all CCS gurus!
When, using CCS, we upload a program that contains
initialized and uninitialized global variables to the DSP
and start it, the initialized... 
pransis korpuz - Jun 15 2007
good day everybody!
im having a bit of a problem with coding in CCS Studio DSK 2.12
i have several "printf" lines in my code and it causes infinite loops
in execution. i ... 
Andrew Nesterov - Jun 8 2004
> Date: Mon, 07 Jun 2004 04:06:48 -0500
> From: Jeff Brower <>
>
> Unless optimization is completely off, you simply cannot expect any
> local variable to be... ![Re: [Fwd: Re: Re: Max Number Of Arguments passed to function is t maximum 4?]](http://cdn.dsprelated.com/images/icon_more.jpg)
Webmaster - Dec 17 2004
Hello group,
have you ever tried to search the archives of this group? It is truly a pain
as Yahoogroups won't allow the search of more than 200 messages at the ... 
Andrew V. Nesterov - Jan 9 2002
> Date: Wed, 9 Jan 2002 09:30:35 -0500
> From: "Steve Thornhill" <>
>
> I've just updated from CCS 1.20 to 2.10 My development environment is
> WIN 98 and a ... ![Re: CCS 2.10.0 output filenames are truncated to short [DOS] name](http://cdn.dsprelated.com/images/icon_more.jpg)
sino...@nestgroup.net - Jun 19 2009
Hi,
Below is a portion of the code having bug.
**************************************************************************
//main()
main()
{
Initialize();
0x003F24... 
Jeff Brower - Dec 17 2004
Stephane-
> have you ever tried to search the archives of this group? It is truly a pain
> as Yahoogroups won't allow the search of more than 200 messages at the... ![Re: [c6x] Archives now searchable on DSPRelated.com](http://cdn.dsprelated.com/images/icon_more.jpg)
Andrew Nesterov - May 11 2008
> Subject: Re: array initialization on CCS does not work properly? do u know wh
> Posted by: "Jeff Brower" j...@signalogic.com
> Date: Sun May 11, 2008 10:29 am ((PDT))
>
... 
Jeff Brower - Aug 25 2008
Negative values-
> In my project, I initialize an array as follows:
>
> float tempC[10]={2.4, -2.4456, -0.12564, -1.456, -4.235, 3.426, -3.876, -9.235, 1.2354, 10.02};
> ... 
Jeff Brower - Apr 19 2004
Yong Yang-
> I am using TI DM642 to develop a video codec. I need to communicate with PC to
> read/write encoded or decoded video stream via USB JTAG or TCP/IP E... ![Re: [c6x] program not stable](http://cdn.dsprelated.com/images/icon_more.jpg)
Jeff Brower - Dec 14 2007
D Lee-
> I've been using CCS 3.3 for several months on this Dell XPS Vista
> Ultimate machine, most recently eleven days ago. Today I opened a
> project, using Project-> O... 
pablo fraile - Dec 20 2001
Hi Mark,
Probably you have changed the .cbd file in your project, and it is still in
the folder. Move it and all the other created files (etcetcfg.*) to another
f... 
Andrew V. Nesterov - Dec 21 2001
> Date: Thu, 20 Dec 2001 12:07:48 +0530
> From: design <>
> Subject: Memory Floating Point Display problem
>
> Dear All,
>
> I am using C31 Target board ... 
Thomas Hupp - Dec 14 2000
I have this effect also when working with my 54x emulator (which makes
debugging sometimes really hard).
This latency is not a bug - its a problem (or better sai... 
Nagy István - Mar 3 2006
I used the revision D of files. But as I know, it is for ccs2.2 and I use ccs3.1 now. Maybe is it a reason of errors? I have the revision F of the files too, but It not contains... 
tArAng - May 5 2004
Hi Khalida,
You are absolutely correct .. when I tried to return a float .. without prototyping that function .. i got some junk value. (Non repeatable junk).. ... ![Re: Re: [c6x] strange problem while not prototyping!!](http://cdn.dsprelated.com/images/icon_more.jpg)
mvgkbhat - Nov 21 2005
Hi Upperman,
I would see a programming bug in your program.
Even in your older queries you are commiting the same error.
Your are trying to use a pointer with out caring f... 
Bhooshan iyer - Jun 9 2004
Roland-
Right Said Roland! Nicely worded answer.
Just to extend the discussion to another optimization area- Volatile:
Just consider this scenario: on... ![RE: Re: [Fwd: Re: Re: Max Number Of Arguments passed to function is t maximum 4?]](http://cdn.dsprelated.com/images/icon_more.jpg)
Dan - Nov 20 2003
(for readers of the C55x group, I posted this same thing there, too)
Hi,
my name is Dan Huff. I've been using Code Composer Studio and the
TMS320VC5510 DSP for... 