Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform


Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups > Code Composer Studio

Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.

We found 151 threads matching ""code composer studio""

You are looking at page 1 of 4.

The most relevant threads are listed first

6711 DSK linker cmd file

Dave F - 2003-06-27 14:11:00
Hey guys, Is there any way to tell the code composer studio to make a chunk in off-chip ram CE0, and just put 2 arrays in it? I dont want to put all my data variables in it, since it is slower than IRAM and this is a real-time DSP app. Thanks Dave ...6711 DSK linker cmd file

Code composer Studio 2 and Windows 2000 pro

Lotfi - 2003-06-27 11:26:00
Hi We have many licences of Code Composer 4.1x and now the CCS 2 for TMS320 F240. When installing CCS2 and Spectrum digital drivers (F24x EVM with JTAG interface) on Microsoft W2000 pro systems, it lets only the administrator to use them. Normal Users (privilege) can not start CCS2. Can y...Code composer Studio 2 and Windows 2000 pro

FFTW on DSP

bngguy - 2005-11-18 20:06:00
Hello All, I'm planning to use FFTW library on the DSP....has anybody used it with code composer studio to generate the coff file for the DSP ??..please share your experiences Thanks bngguy ...FFTW on DSP

DSP algorithm for Image compression

SHIBASIS - 2003-07-22 15:02:00
Dear All, I am a new member in this group, I am developing a image compression algorithm on a texas dsp tms320c6701.The algorithms needs to be run within 0.1 sec.The DSP has a processing speed of 160Mhz. What kind of algorithm will I choose.I am looking for a algorithm that can compress the ima...DSP algorithm for Image compression

Setup Code Composer Studio for TMS320F2808? (HELP)

Moppe - 2005-11-18 16:06:00
How do I setup Code Composer Studio v2 to compile for the TMS320F2808? And how do I setup my XDS510PP PLUS JTAG Scan Path Emulator to work with this DPS? I suspect that I must download a lot of updates? ...Setup Code Composer Studio for TMS320F2808? (HELP)

How to reduce code size (Matlab/Simulink/CSS2/DSP)?

Gerrit Albrecht - 2003-08-12 10:39:00
Hi, I'm using MatLab/Simulink to generate a project for an TMS320C6711 DSK with the Code Composer Studio 2. If I generate code with BIOS/DSP support (using a .cdb file) then I get a executable file with a size of more than 400k. Without cdb file (e.g. with a full map file) it's only about 50k...How to reduce code size (Matlab/Simulink/CSS2/DSP)?

Re: HPI and DSP/BIOS

=?ISO-8859-1?Q?=C0ine_Canby?= - 2003-08-19 16:51:00
Sorry for the big posts but this problem is driving me mad - surely DSP/BIOS would make things easier not harder. I am checking the hpi return values, for example - if (dsk6x_coff_load(hBd,coffNam,bVerbose,bClr,bDump)) exit(4); All of the hpi function succeed for both the DSP/BIOS and...Re: HPI and DSP/BIOS

Re: How to work smarter: which viz tools ?

Tony McKay - 2003-09-23 15:35:00
Hi, I use code composer studio from TI for my c/c++ development, it can only be used for TI parts, I think?. It lets you set probe/break points in your software. When the code running on your target board and reaches that point it stops and can dump user defined, could be an array, memory to ...Re: How to work smarter: which viz tools ?

CCS compatible JTAG interfaces

2003-10-03 14:17:00
Does anybody know of a reasonably priced JTAG interface which works with the Texas Code Composer Studio. All the ones I have found so far cost $3,000+ !!! Regards Andy Please send any email to andy.robertson1@ntlworld.com as I don't often get the opportunity to browse newsnet. ...CCS compatible JTAG interfaces

Re: DSP kit advice, again!

Pelle - 2003-10-16 09:54:00
"Siddharth Mathur" wrote in message news: ... > Hello all, > > I want to buy a TI or Analog DSP dev board and start learning some > assembly/C level programming for it. I am very comfortable doing DSP > algorithms in MATLAB and also have decent C skills. > My initial projects would ...Re: DSP kit advice, again!

Re: arm+dsp development kits

Not Really Me - 2003-11-07 10:06:00
I don't see a kit listed for it, but another good processor choice is TI's OMAP which includes a C55xx dsp core and an ARM 925 core on the same device. TI has boards and the OMAP version of Code Composer Studio. The same Code Composer Studio works with the 320C547x. Scott "cedi" wrot...Re: arm+dsp development kits

Question of TI Code Composer Studio

Tswen-chung Yang - 2003-11-16 22:52:00
I'm a starter of CCS, and trying to write some simple programs. In following samples: kdebug.c void printdebug() { printf("Test debug!"); } main.c #include "kdebug.h" main() { printdebug(); } After building and run, when main() call printdebug() in kdebug.c, the erro...Question of TI Code Composer Studio

TI 6416 implementation problems

Uffe Merrild - 2003-11-20 05:22:00
Hi everyone. I'm a student at Aalborg University in Denmark. We've chosen a project on the 5th semester, a feed forward ANC system. Hardware-wise we are stuck with our Texas Instruments 6416DSK board, which seems to be fine. Our ANC system is designed as follows: 1 input microphone at th...TI 6416 implementation problems

Re: some questions about TMS320C28

Jack Klein - 2003-11-22 00:47:00
On 20 Nov 2003 22:06:10 -0800, sonichn@sina.com.cn (engineer_yu) wrote in comp.dsp: > Now i want to use TMS320C28 to substitute TMS320C2407 in my dsp > application system. i don't know many about it. i think the following > aspects is important , but have no answers about these questons: ...Re: some questions about TMS320C28

Big endian settings for XDS560 POD

mani - 2003-11-25 12:04:00
Hi, I have installed the Code Composer studio Ver 2.2 for TMS470Rxx and when I try to connect the target in big endian I am unable to download the code in big endian mode. I am using the XDS560 POD emulator model. The following steps are being followed to set up the CCS. 1) File--...Big endian settings for XDS560 POD

Re: CCS studio VERSION 2.2

Jack Klein - 2003-12-02 22:03:00
On Mon, 1 Dec 2003 17:58:49 -0500, "jsrsarma" wrote in comp.dsp: > Is it possible to find out used copies or second hand at an affordable price > > regards > sivaram > naren_jonn@yahoo.com First you have to specify the DSP family. TI does not sell a single version of Code Compo...Re: CCS studio VERSION 2.2

Code Composer Studio..help!

Ger - 2004-01-14 09:07:00
Hi, I have a project in CCS under windowsXPpro where I want to delay the execution of the processor but I can't find a suitable function for that. I try to use function Sleep from windows.h but then I get the: #error 'ERROR: Only Win32 target supported!' Can anyone help? greetz, Ger ...Code Composer Studio..help!

TMS320VC5502 emulator

2004-02-10 11:44:00
Which one, XDS510 class, possibly cheap emulator for 5502 DSP would you suggest? I nearly decided to buy Spectrum Digital XDS510PP Plus for 1300$. But after I downloaded the latest drivers from Spectrum Digital website, I realised, that there is no specific 5502 *.ccs file to be imported in...TMS320VC5502 emulator

DSK 6713

srolle@cybectec.com - 2004-02-23 17:13:00
Hello, i looking for user who have already use the "TMS320C6713 DSP Starter Kit". I am trying to estimate this developpement tool. Does anyone have trouble using the latest version of DSP/BIOS on 6713 ? Is it a robust tool ? Is DSP/BIOS source code available (in order to be able to correct ...DSK 6713

Need general guidance/advice with a "Data verification failed" error on eZdsp TMS320LF2407a

usenetSeu - 2005-12-03 19:16:00
Hi all, I need help tracking the source of the following problem. I am new to DSP programming, so any small suggestion or question would be a tremendous help. Every time I load a program onto my eZdsp TMS320LF2407a I receive the following error message, "Data verification failed at addre...Need general guidance/advice with a

Re: How can i program a DSP without using a development kit?

John McCabe - 2004-03-10 04:25:00
On 9 Mar 2004 23:56:14 -0800, jerome_lapeyre_mirande@hotmail.com (french_student) wrote: > What is DSP/BIOS kernel? It is effectively a simple real-time operating system that can be easily configured through Code Composer Studio. Best Regards John McCabe To reply by email replace ...Re: How can i program a DSP without using a development kit?

Import and Export to a makefile

Peter Xu - 2004-03-10 21:36:00
In Code Composer Studio (CCS) of Texas Instruments one can import a makefile or export a project file to a makefile. How useful is this feature? Thank you. ...Import and Export to a makefile

Re: COFF Load in DSK6416(Urgent)

Randy Yates - 2004-03-26 09:03:00
hsepehr@yahoo.com (Hamid) writes: > Hi all > > Is it possible to load a COFF file into C6416DSK without CSS? > Any help would be appreciated. I presume you meant "CCS" (Code Composer Studio). Yeah, there are several ways, assuming the 64x works like the 54x in this respect. There ...Re: COFF Load in DSK6416(Urgent)

Re: speed problem on tms320f2812

Brad Griffis - 2006-03-07 08:18:00
lukasz_masta wrote: > Hi! > I have wrote a simple program on eZdsp with tms320f2812 frocesor using > Code Composer Studio 2.0, witch in a loop sets and clears one of the > optput lines. I have set the system clock frequency to 150Mhz and by > using #pragma CODE_SECTION.. placed that loop i...Re: speed problem on tms320f2812

Code composer studio symbol reference error.

Angus - 2004-05-11 06:28:00
Could someone tell me what I should do to get rid of the following error. ---------------------------- TexusFIR.pjt - Debug ---------------------------- "c:\ti\c5400\cgtools\bin\cl500" -g -q -fr"C:/ti/myprojects/TexusFIR/Debug" -d"_DEBUG" -@"Debug.lkf" "FIR_16pnt.asm" "c:\ti\c5400\cgt...Code composer studio symbol reference error.

function call which returns parameters take a long time

(news) - 2004-05-26 10:54:00
Hi everybody, I work on DSP C2000 and I don't understand: In release mode, a call to a function which returns parameters takes considerably more time than if I put direcly the same code in the main program. The difference is approximately 1000 times ! I think the problem is when the function r...function call which returns parameters take a long time

Re: TMS320F240

Richard Webb - 2004-06-09 15:11:00
"Christian Christmann" wrote in message news:pan.2004.06.09.17.47.48.361787@yahoo.de... > On Tue, 08 Jun 2004 13:19:12 -0700, Chris Carlen wrote: > > > Christian Christmann wrote: > > > Hi, > > > > > > I'm using the Texas Instruments TMS320F240 DSP and > > > the Microsoft Comp...Re: TMS320F240

software pipelining

Paeter - 2004-06-14 08:49:00
Hi all, I need to do some software pipelining using code composer studio. i selected level -o3 optimisation (also used -q, -k, -mv6700, -pm op3) but the *.asm file keeps saying the following: *----------------------------------------------------------------------------* ;* SOFTWARE PIPELINE I...software pipelining

Re: ADS supports TI JTAG Emulator?

Paul Gotch - 2004-06-27 12:59:00
In comp.sys.arm Joonsok Lee wrote: > I'm goint to debug ARM7TDMI using TI XDS510PP-Plus JTAG emulator. I > want to know if it is possible to use XDS510 JTAG emulator under > ADS(Arm Development Suite) environment. (Followups set as this thread is unlikely to be of interest to the other t...Re: ADS supports TI JTAG Emulator?

Re: How to run?

Jack Klein - 2004-07-01 22:33:00
On Thu, 01 Jul 2004 06:52:52 GMT, "Peter Choi" wrote in comp.dsp: > Hello, > > Typed in and saved the following code in CCS but can't do Project-> Build. > It says File is not found in any project. Or Project-> Build Options because > it is greyed out. Is there a problem with the ...Re: How to run?

Re: GEL

Wolfgang - 2004-07-14 02:32:00
Hello Peter, Go to your directory for CCS and run Setup Code Composer Studio. Do not import config (close). Then you'll see on the left side "My System-> Your Emulator-> CPU_1" This is your "CPU_1" you can also rename it to grimblfix ;-) Remember that you can have more than one CPU on a board...Re: GEL

newbie asks for help

Ips - 2004-07-16 07:19:00
hello! As I'm a completely new to dsp I'd like to ask you for some help. I've started using Code Composer Studio 2.0 and I'm a little lost at it. Although I have a strong background in C++ I find it difficult to understand how threads nad semphores work in CCS. Could you point me to a site w...newbie asks for help

Question about PC Host and DSK Communication with 6416 DSK

dann - 2004-08-19 20:18:00
Hi, everyone. I need some help from you, guys. I have 6416 DSK of SpectrumDigital co., which is connected to my PC (Window XP based) with USB connect (not JTAG XDS510 USB). The 6416 DSK itself supports USB connection. I also have Code Composer Studio v2.2 and MS Visual C++ v6. The prgogram...Question about PC Host and DSK Communication with 6416 DSK

Code Composer Studio installation problems

Sumeer - 2004-08-23 05:23:00
Hi, I am installing a new version of CCS 2.2 for ARM 7 (TMS470). When I try installing it, I get the error message as unInstallShield is in use. When I try uninstalling the previous version, I get the same error message. I have tried rebooting the PC. Has anyone faced this problem? Or ...Code Composer Studio installation problems

Questions regarding TI's DSP/BIOS on the 6713 Floating Point DSP

Cyrus Yunker - 2004-08-31 23:02:00
On 2004-06-03, Cyrus Yunker wrote: > I am trying to figure out if TI's 6713 DSP running at 225 MHz > is capable of performing the following tasks. I've little > experience with DSP system design. > > I am interested in capturing 4 signals (> =16bits) at 400ksps > or better each. > ...Questions regarding TI's DSP/BIOS on the 6713 Floating Point DSP

Re: GPIO in C6713

mlimber - 2005-11-15 15:16:00
kostbill wrote: > Hello. > > I am using this code > > #include > > #define GPIO_ENABLE_ADDRESS 0x01B00000 > #define GPIO_DIRECTION_ADDRESS 0x01B00004 > #define GPIO_VALUE_ADDRESS 0x01B00008 > > void main( void ) > { > int* GPIO_ENABLE_REGISTER,* GPIO_DIRECTION_REGISTE...Re: GPIO in C6713

Implementation of break points

Sandeep Chikkerur - 2004-10-19 23:42:00
Hi, I am not sure if this is the right place to ask this question. When we are debugging some application , say in simulation, we often put the breakpoints, to see what is happening at that place. (Example : in Code Composer Studio, we put breakpoints ) I want to know how the breakpoints...Implementation of break points

Trouble installing software from Innovative

Dr. David Kirkby - 2004-11-05 12:11:00
Hi, We have a DSP board(Sbc6701) from Innovative in the USA http://www.innovative-dsp.com/ but I'm having one hell of a time trying to get the thing to work. 1) Our univerity has a 'default setup' for a new PC (or old PCs that are to be reconfigured for a new user), but if I use that with...Trouble installing software from Innovative

Re: TMS320LF2406A Simulation (FET)

Mitja Nemec - 2004-11-09 05:32:00
Code Composer 4.10 (NOT Code Composer Studio) has C20x simulator. C20x core has is practicaly the same core as C24xx, but have in mind that simulator is only useful for core simulations, you can not simulate any peripherals. Useful for developing algorithms, and for basic learning (adding, mu...Re: TMS320LF2406A Simulation (FET)

Loading program failure on TMS320LF2407A

Ajay - 2004-11-16 00:31:00
I just installed the latest version of Code Composer Studio Free Eval tools. I imported my project. It did the conversion from the 4.x version to the CCS version and compiled perfectly. However, whenever I try Load Program, I get the error. ---------- Load Failed. A section of your progr...Loading program failure on TMS320LF2407A
| 1 | 2 | 3 | 4 | next