Reply by Dibyendu Mondal October 5, 20042004-10-05
Hi Kenny
I am trying to solve my problem follow yours guidline.
Dibyendu

kenhusier@yahoo.com (Kenny) wrote in message news:<46c498f7.0410041416.44d3931b@posting.google.com>...
> I used PRD and SWI to do it. > > 1) set a .5 msec PRD to load SWI (You can easily set the priority of > an SWI function) > 2) SWI does these RTDX stuffs. checking status of RTDX channels, read > data,... > > Does it help you? > > Peace, > > Kenny
Reply by Kenny October 4, 20042004-10-04
I used PRD and SWI to do it.

1) set a .5 msec PRD to load SWI (You can easily set the priority of
an SWI function)
2) SWI does these RTDX stuffs. checking status of RTDX channels, read
data,...

Does it help you?

Peace,

Kenny
Reply by Dibyendu Mondal October 4, 20042004-10-04
Hi
I am doing control system project using Ti DSP

I have a TMS320C6711 board with CCS DSK C6000 1.23
I have to transmit and process large amount of data on real time.

Can you tell me?

Which JTAG is essential
Where can I get more help on RTDX for coding (target and client).

I am waiting for your response.

With regards
Dibyendu Mondal
B.E.College
Howrah - 3
West Bengal
India

Hi Kenny

I am very much thankful to you for your valuable information which is
helping me a lot.
I use VC++ and VB to write Client application as you tell me.
Today I create 2 RTDX channel for both client and target
 
Target (DSP board)
 |     /\
 |      |
 V      |
Client (C++ application)

Where target receive some data from client and check the integrity of
incoming data (by 3 sample miller algorithms) and send back to the
client From this point the problem is start again.....
I must have to send data to the Target in 0.5 mili second interval
And received it back within 0.5 mili second interval.
 
      Time interval 0.5 mili sec interval
                 Send |---|---|---|---|---|---|---|
            Received      |---|---|---|---|---|---|---|


And I think to solve this problem I have to set interrupt (or
clock)for 0.5 mil sec interval and set priority for the particular job
to be done in this time interval.Am I carrect ?And I dont know how I
set Interrupt and priority.
Please help me again.

Thanking you again for your time and attention

With regards
Dibyendu Mondal
B.E.College
Howrah - 3
West Bengal
India

kenhusier@yahoo.com (Kenny) wrote in message news:<46c498f7.0410011524.3b1a9ab6@posting.google.com>...
> Hey, Dibyendu > > You can use VC or VB to write the host program. and no any plgu-in > required. > for details, please read the turtorial documents for the RTDX in your > CCS help files. there are a lot of examples, I belv you can find your > answers. acutally, just use several easygoing functions. > > I have just done RTDX in CCS and VC for 6713DSK, it works well. > > good luck, > > Kenny > > dib_mon@yahoo.co.in (Dibyendu Mondal) wrote in message news:<a12dd7c3.0409290647.4fc16067@posting.google.com>... > > Hi > > I am doing control system project using Ti DSP > > > > I have a TMS320C6711 board with CCS DSK C6000 1.23 > > I have to transmit and process large amount of data on real time. > > > > Can you tell me? > > > > Which JTAG is essential > > Where can I get more help on RTDX for coding (target and client). > > > > I am waiting for your response. > > > > With regards > > Dibyendu Mondal > > B.E.College > > Howrah - 3 > > West Bengal > > India
Reply by Kenny October 1, 20042004-10-01
Hey, Dibyendu

You can use VC or VB to write the host program. and no any plgu-in
required.
for details, please read the turtorial documents for the RTDX in your
CCS help files. there are a lot of examples, I belv you can find your
answers. acutally, just use several easygoing functions.

I have just done RTDX in CCS and VC for 6713DSK, it works well.

good luck,

Kenny

dib_mon@yahoo.co.in (Dibyendu Mondal) wrote in message news:<a12dd7c3.0409290647.4fc16067@posting.google.com>...
> Hi > I am doing control system project using Ti DSP > > I have a TMS320C6711 board with CCS DSK C6000 1.23 > I have to transmit and process large amount of data on real time. > > Can you tell me? > > Which JTAG is essential > Where can I get more help on RTDX for coding (target and client). > > I am waiting for your response. > > With regards > Dibyendu Mondal > B.E.College > Howrah - 3 > West Bengal > India
Reply by Dibyendu Mondal September 29, 20042004-09-29
Hi
I am doing control system project using Ti DSP

I have a TMS320C6711 board with CCS DSK C6000 1.23
I have to transmit and process large amount of data on real time.

Can you tell me?

Which JTAG is essential
Where can I get more help on RTDX for coding (target and client).

I am waiting for your response.

With regards
Dibyendu Mondal
B.E.College
Howrah - 3
West Bengal
India