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
...
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...
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
...
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...
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?
...
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...
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...
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 ...
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.
...
"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 ...
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...
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...
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...
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:
...
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--...
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...
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
...
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...
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 ...
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...
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 ...
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.
...
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 ...
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...
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...
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...
"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...
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...
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...
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 ...
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...
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...
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...
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
...
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.
>
...
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...
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...
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...
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...