Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).
Search Results for "rtdx"
Post a new Thread
Atanu Guchhait - Oct 18 2001
hi,
any idea of how to run RTDX in Parallel Debug Manager using CCS as an COM
server(using VC++)? In knowledgebase, the hints given is not correct. The
object "rt... 
lfouilhac - Oct 18 2002
Hi All,
I am developping an application in assembly code. I do not use
DSP/BIOS.
Is it possible to use RTDX?
I tried to configure RTDX. But in the RTDX Confi... 
Jane Shen - Dec 18 2001
From TI's Doc, it seems the RTDX might be used independently from the
DSP/BIOS. Well, after I insert the RTDX related code(declarations,
function calls, vecTable an... 
Markus Bühren - Jun 3 2003
Hi!
I want to build a Visual Basic-like Application to communicate with a
DSK5416 program via RTDX. As I do not have MS Visual Basic, I am
using the free Envel... 
mgencarellli - Dec 12 2001
I want to use RTDX to monitor various registers in assembly code on
my C5402 DSK. Does anyone have an example of this, showing the
setting up of the input and outpu... 
satish tvs - Mar 1 2002
hello everybody,
i am using 5402 dsk. i have written a RTDX client
program in vc++ which sends raw PCM data of an audio
wave file to target board. Target board... 
ajs_edwards_uk - Apr 8 2002
I have taken an existing example (codec_bios) which just performs
simple mic / speaker loopback on a codec interrupt. I added 3 lines
of C:
#include log.h
#i... 
ajs_edwards_uk - Mar 27 2002
Hi,
I posted a message a few weeks ago about this problem but I am still
having trouble with a sampling routine being interrupted causing it
to miss samples. ... 
ajs_edwards_uk - May 24 2002
Hello everyone,
According to TI, the RTDX_Poll() function can be used to shift a word
of data over the RTDX link. I have several large arrays of data
which I w... 
ajs_edwards_uk - Feb 28 2002
I am using DSP/BIOS with the RTDX LOG module to transfer debug
messages. No stdio / breakpoints are in use.
Presently the main functionality of my program is to ... 
chris_durkin - Apr 1 2002
I was wondering if anyone can help me,
I was given a c5402 DSK for use on my university project back in
september, and have spent the last months faimilising mys... 
hormon_p - Apr 26 2003
Hi,
As far as I know, there shouldn't be any trouble with making use of
RTDX or DSP/BIOS capabilities on TMS320VC5402 connected via parallel
port. Am I right? ... 
Navinnath P - Dec 5 2000
Dear friends,
I have a problem while opening codecomposer studio,
the system tells that RTDX device driver cannot be loaded.Can anybody
of you suggest me a sol... 
p_kdl - Dec 8 2005
Hi everybody,
I am beginner in RTDX concepts. I am using the example programs
given by the TI. I have a confusion. When we write a program to send a
data or a group o... 
Bruce jjs - May 7 2004
I want to particular learn the RTDX Host COM API in C++.But the documents that I have found is very poor.Can someboby help?Thanks!
------Bruce.J ... 
skakkeri2002 - Apr 9 2003
Hi All
Our target board is TMS320VC5416 USB DSK. We are running with USB
Emulator. We are interested in reading 1KW of data from the host
using RTDX With RTDX_rea... 
doozer construction - Mar 12 2003
Hello,
I'm using the RTDX assembly read macro to read data(one integer) sent from a
VB application.
The input channel is enabled.
My VB app returns a s... 
sumit nagpal - Jan 7 2002
Hi Jane Shen,
Have u included rtdx.lib ATRAP_H is defined in that
Sumit
Jane Shen wrote:
> Hi Sumit,
>
> Actually I did use the intvecs.asm whil... 
Mikhail F - Jun 8 2000
I don't believe it's matter if you using CC debugger or write your own
application to talk to JTAG - DSP will be halted every time it's being
accessed. RTDX should ... 
JIGNESH MAUN - Jan 31 2003
hello everybody,
using 5402 i want to develop a program that dials a particular
number when a certain condition is met. i want to do this using
RTDX and DAA. i... 
krcp_rajavadivel - Dec 8 2005
Hi
I am new to the world of DSP. I am working on TI's DM64x DSP.
I wish to simulate my application in code composer 3.0.
As first step I created a project added the... 
Benjamin Chan - Aug 23 2002
Do you use DSP/BIOS in your design? If the answer is
yes, then you might want to remove all RTDX component
and their association, including real-time analysis,
Ho... 
Benjamin Chan - Aug 25 2002
I remembered when I was using CCS1.2, I had problem
related to RTDX when the code is boot from ROM,
instead of downloading from CCS. So when I remove all
RTDX rel... ![Re: wierd behavior of CCS/Compiler[Scanned]](/new/images/icon_more.jpg)
Ulrich Prakash - Jan 21 2003
Hi,
I have a doubt regarding the SPEED of the RTDX library.
I am using the TMS320VC5416DSK(C5416 DSP Starter Kit)...
I am sending 160bytes of data from the HO... 
Christian Dolzer - Apr 9 2002
Hi friends,
I have some problems accessing external memory with the DMA controller of
the C5409 DSP.
I've written a program using the RTDX Interface to read... 
xie - Nov 6 2001
why do i meet this problem when i use dsp/bios tools?
"failed to open channel RTA_toHost$rtdx"
... 
andrewpasquale - Aug 8 2002
hello all,
just a quick question,
do you know why "puts" works in displaying text in the output window
in CCS, but not printf?
im trying to use printf to send/d... 
vikrham - May 13 2005
Hi,
I am a student working on an audio project with the C5416. Just wanted
to check if anyone had any ideas with one problem i am facing.
I am trying to send real-t... 
Mohamed Montasser - Jun 14 2000
hello all,
I am trying to use RTDX to stream data from the host to the target, I
am using the c5402 DSK,
inside main, I call codec_open, but before calling ... 
"ChRiStiAn C.S" - Jan 14 2008
/*************************************************************************
* $RCSFile: $
* $Revision: 1.1 $
* $Date: 2001/11/21 04:32:06 $
* Copyright (c) 2001 Texas Instrument... 
- Jan 30 2001
hi,
i was trying to combine two example applications from the ccs1.21 for
the c54x. The first example uses RTDX to receive an array of integers
from the host. ... 
"ChRiStiAn C.S" - Jan 16 2008
Christian-
> > i need a help in my project...
> >
> > i'm using TMS320VC5416...
> >
> > i have a problem, i want to read a .dat-file. Data on the .dat-file is integer..... 
Jeff Brower - Jan 14 2008
Christian-
> > > i need a help in my project...
> > >
> > > i'm using TMS320VC5416...
> > >
> > > i have a problem, i want to read a .dat-file. Data on the .dat-file is... 
vsp76 - May 8 2003
I' ve just started to work with 5402, and I wanted to start ready
software (written on the ANSI c for PC) on the DSK board, but it takes
more than 100kB program spa... 
Vinodh Rathna N - Mar 19 2002
Subject: Re: [c54x] Digest Number 268
** Proprietary **
hi carlo
u can find a lot of minute details about i/o connectors at
http://hypermart.net/dsk5... 
ajs_edwards_uk - Feb 20 2002
Hi,
I am programming a TMS320 5402 DSK in C with Code Composer Studio for
a university project, and have no previous experience with DSPs. I
am unsure how to g... 
clwpr25 - Apr 17 2002
New Low-Cost DSP Starter Kit From Texas Instruments Featuring USB
Communication Enables Faster Throughput with RTDX™ Data Link
TI's robust and low-cost TMS320... 
megha daga - Apr 23 2006
Hi
I wrote the mail about the memory management problem I am facing. I told in my previous mail that I run my prog on simulator and it ran to a random addr and gave an error of
T... 
Jerry Evans - Jan 14 2003
Are you actually linking the correct libraries ? The #include will ensure
that the compiler accepts types and function definitions but it does not
mean the relevant... 
Jeff Brower - Feb 5 2003
Eduard, Jean-Michel-
> It is likely you won't be able to do it.
>
> The // interface on the DSK is connected to a on-board
> JTAG emulator (SMSC34C60 convert... ![Re: [c6x] DSK6711 - Parallel port programming](/new/images/icon_more.jpg)