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

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | Help needed with TI C6711 DSK

There are 7 messages in this thread.

You are currently looking at messages 0 to 7.


Help needed with TI C6711 DSK - L. Bawr - 2004-06-25 13:47:00

Hi everyone,

I am looking for a trick to output 6 (binary) signals simultaneously from
the C6711 DSK board to feed a RF circuit.
To retrieve these signals from the board I would like to avoid any external
module (daughter card or home made circuits) because we have a limited
budget for a small demo.
I know c6x Dsp's have GPIO registers that might be very useful but I don't
how to make a connection between these registers and any external pins on
the board. Does anyone know a simple workaround?
I'll appreciate any help or suggestion.

LB


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Help needed with TI C6711 DSK - Grzegorz G. - 2004-06-25 17:14:00



You can use three signal lines which are used to control leds (address
0x90080000) , but it's still not enough and there is no external header.
Look at the schematics propably at the same addess You can control three
other output signals.

Sorry for my english.
Grzegorz G.

U¿ytkownik "L. Bawr" <l...@step.polymtl.ca> napisa³ w wiadomo¶ci
news:cbhobl$d95$1...@zcars0v6.ca.nortel.com...
> Hi everyone,
>
> I am looking for a trick to output 6 (binary) signals simultaneously from
> the C6711 DSK board to feed a RF circuit.
> To retrieve these signals from the board I would like to avoid any
external
> module (daughter card or home made circuits) because we have a limited
> budget for a small demo.
> I know c6x Dsp's have GPIO registers that might be very useful but I don't
> how to make a connection between these registers and any external pins on
> the board. Does anyone know a simple workaround?
> I'll appreciate any help or suggestion.
>
> LB
>
>


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Help needed with TI C6711 DSK - Grzegorz G. - 2004-06-25 17:26:00

I've just looked at the schematic and I've seen  at address where LED are
three other unused test points , so You can use them with LED pins to
control 6 output signals.

Grzegorz G.


U¿ytkownik "L. Bawr" <l...@step.polymtl.ca> napisa³ w wiadomo¶ci
news:cbhobl$d95$1...@zcars0v6.ca.nortel.com...
> Hi everyone,
>
> I am looking for a trick to output 6 (binary) signals simultaneously from
> the C6711 DSK board to feed a RF circuit.
> To retrieve these signals from the board I would like to avoid any
external
> module (daughter card or home made circuits) because we have a limited
> budget for a small demo.
> I know c6x Dsp's have GPIO registers that might be very useful but I don't
> how to make a connection between these registers and any external pins on
> the board. Does anyone know a simple workaround?
> I'll appreciate any help or suggestion.
>
> LB
>
>


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Help needed with TI C6711 DSK - Suodatin Pussi - 2004-06-25 19:07:00

L. Bawr wrote:

> Hi everyone,
> 
> I am looking for a trick to output 6 (binary) signals simultaneously from
> the C6711 DSK board to feed a RF circuit.
> To retrieve these signals from the board I would like to avoid any external
> module (daughter card or home made circuits) because we have a limited
> budget for a small demo.
> I know c6x Dsp's have GPIO registers that might be very useful but I don't
> how to make a connection between these registers and any external pins on
> the board. Does anyone know a simple workaround?
> I'll appreciate any help or suggestion.
> 
> LB
> 
> 
You're lucky, my C6711 (starterkit) doesn't have GPIO onboard (only for
C&D versions)
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Help needed with TI C6711 DSK - Brad Griffis - 2004-06-25 20:43:00

I'm not very familiar with the 6711 DSK (I've got a 6713 DSK), but I think
this is how you would do it:

1)  The GPIO module is muxed with the HPI.  You need to configure the board
such that at startup it enables the GPIO rather than the HPI.  Most likely
there is a jumper or a switch on the board that will allow you to do this.
Check the DSK's documentation.
2)  Download the GPIO guide and the 6711 data sheet off the TI web site.
3)  Find the addresses of the GPIO registers in the 6711 data sheet.
4)  Use the GPIO User Guide to program the fields properly (i.e. to
configure the bits as outputs and write to them).
5)  I imagine there is a HPI/GPIO header on the board.  Again look at the
DSK documentation to see which pin corresponds to the GPIO signals.

Brad

"L. Bawr" <l...@step.polymtl.ca> wrote in message
news:cbhobl$d95$1...@zcars0v6.ca.nortel.com...
> Hi everyone,
>
> I am looking for a trick to output 6 (binary) signals simultaneously from
> the C6711 DSK board to feed a RF circuit.
> To retrieve these signals from the board I would like to avoid any
external
> module (daughter card or home made circuits) because we have a limited
> budget for a small demo.
> I know c6x Dsp's have GPIO registers that might be very useful but I don't
> how to make a connection between these registers and any external pins on
> the board. Does anyone know a simple workaround?
> I'll appreciate any help or suggestion.
>
> LB
>
>


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Help needed with TI C6711 DSK - L. Bawr - 2004-06-30 11:36:00

ThanX for your help all. It was very helpful.
LB

"L. Bawr" <l...@step.polymtl.ca> wrote in message
news:cbhobl$d95$1...@zcars0v6.ca.nortel.com...
> Hi everyone,
>
> I am looking for a trick to output 6 (binary) signals simultaneously from
> the C6711 DSK board to feed a RF circuit.
> To retrieve these signals from the board I would like to avoid any
external
> module (daughter card or home made circuits) because we have a limited
> budget for a small demo.
> I know c6x Dsp's have GPIO registers that might be very useful but I don't
> how to make a connection between these registers and any external pins on
> the board. Does anyone know a simple workaround?
> I'll appreciate any help or suggestion.
>
> LB
>
>


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Help needed with TI C6711 DSK - Nithin - 2005-01-04 12:16:00

Hi
It would be nice if anybody could give me a link for the C6711 DSK
schematic or if somebody can send it to me asap.

Thanks
Nithin

Grzegorz G. wrote:
> I've just looked at the schematic and I've seen  at address where LED
are
> three other unused test points , so You can use them with LED pins to
> control 6 output signals.
>
> Grzegorz G.
>
>
> U=BFytkownik "L. Bawr" <l...@step.polymtl.ca> napisa=B3 w wiadomo=B6ci
> news:cbhobl$d95$1...@zcars0v6.ca.nortel.com...
> > Hi everyone,
> >
> > I am looking for a trick to output 6 (binary) signals
simultaneously from
> > the C6711 DSK board to feed a RF circuit.
> > To retrieve these signals from the board I would like to avoid any
> external
> > module (daughter card or home made circuits) because we have a
limited
> > budget for a small demo.
> > I know c6x Dsp's have GPIO registers that might be very useful but
I don't
> > how to make a connection between these registers and any external
pins on
> > the board. Does anyone know a simple workaround?
> > I'll appreciate any help or suggestion.
> >
> > LB
> >
> >

______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.