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

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | UART on EMIF ? (C6000)

There are 5 messages in this thread.

You are currently looking at messages 0 to 5.


UART on EMIF ? (C6000) - (news) - 2004-06-08 03:44:00

Hi,
I would like to know if it's possible to interface an UART on TMS320C6713
EMIF port.
The UART has 8-bits address and 8-bit data. (It's a 8-channels UART)
The EMIF port is for external memory, but UART could be maybe assimilable.
Thanks
Max


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

Re: UART on EMIF ? (C6000) - Graeme - 2004-06-10 07:13:00



"(news)" <n...@nospam.com> wrote in message
news:ca3qpk$40d$1...@news-reader5.wanadoo.fr...
> Hi,
> I would like to know if it's possible to interface an UART on TMS320C6713
> EMIF port.
> The UART has 8-bits address and 8-bit data. (It's a 8-channels UART)
> The EMIF port is for external memory, but UART could be maybe assimilable.
> Thanks
> Max

It's almost certainly possible to connect this UART directly to a C6x EMIF.
Make sure it's a 3.3V part though. TI have lots and lots of apps notes about
interfacing various devices to their EMIF. Check their web-site.


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

Re: UART on EMIF ? (C6000) - (news) - 2004-06-10 08:15:00

Thanks for your answer. I'm trying to do that on a 6713.
I searched on TI website but I didn't find anything about UART on EMIF.
I found interface with many memories, USB and FIFO. I will use that for
help.
Max


"Graeme" <g...@hotmail.com> a écrit dans le message de
news:2...@uni-berlin.de...
> "(news)" <n...@nospam.com> wrote in message
> news:ca3qpk$40d$1...@news-reader5.wanadoo.fr...
> > Hi,
> > I would like to know if it's possible to interface an UART on
TMS320C6713
> > EMIF port.
> > The UART has 8-bits address and 8-bit data. (It's a 8-channels UART)
> > The EMIF port is for external memory, but UART could be maybe
assimilable.
> > Thanks
> > Max
>
> It's almost certainly possible to connect this UART directly to a C6x
EMIF.
> Make sure it's a 3.3V part though. TI have lots and lots of apps notes
about
> interfacing various devices to their EMIF. Check their web-site.
>
>


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

Re: UART on EMIF ? (C6000) - Brad Griffis - 2004-06-10 09:17:00

There's an app note on connecting a UART to McBSP.  I don't remember there
being one about connecting to EMIF though.  Only 2 of the clock pins on the
EMIF can be configured as GPIO.  If your're not using the HPI then you can
use the GPIO module of the 6713.  The pins are muxed though so you can only
use one or the other.

"(news)" <n...@nospam.com> wrote in message
news:ca9jct$mec$1...@news-reader4.wanadoo.fr...
> Thanks for your answer. I'm trying to do that on a 6713.
> I searched on TI website but I didn't find anything about UART on EMIF.
> I found interface with many memories, USB and FIFO. I will use that for
> help.
> Max
>
>
> "Graeme" <g...@hotmail.com> a écrit dans le message de
> news:2...@uni-berlin.de...
> > "(news)" <n...@nospam.com> wrote in message
> > news:ca3qpk$40d$1...@news-reader5.wanadoo.fr...
> > > Hi,
> > > I would like to know if it's possible to interface an UART on
> TMS320C6713
> > > EMIF port.
> > > The UART has 8-bits address and 8-bit data. (It's a 8-channels UART)
> > > The EMIF port is for external memory, but UART could be maybe
> assimilable.
> > > Thanks
> > > Max
> >
> > It's almost certainly possible to connect this UART directly to a C6x
> EMIF.
> > Make sure it's a 3.3V part though. TI have lots and lots of apps notes
> about
> > interfacing various devices to their EMIF. Check their web-site.
> >
> >
>
>


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

Re: UART on EMIF ? (C6000) - (news) - 2004-06-10 12:26:00

Thanks for your answer.
For UART on McBSP, it's not enough because I need 7 UARTs. I have a chip
which provide eight UARTs but it need 8-bits address and 8-bit datas to
interface it.
I already use GPIO.
Max

"Brad Griffis" <b...@hotmail.com> a écrit dans le message de
news:ibZxc.2547$t...@newssvr15.news.prodigy.com...
> There's an app note on connecting a UART to McBSP.  I don't remember there
> being one about connecting to EMIF though.  Only 2 of the clock pins on
the
> EMIF can be configured as GPIO.  If your're not using the HPI then you can
> use the GPIO module of the 6713.  The pins are muxed though so you can
only
> use one or the other.
>
> "(news)" <n...@nospam.com> wrote in message
> news:ca9jct$mec$1...@news-reader4.wanadoo.fr...
> > Thanks for your answer. I'm trying to do that on a 6713.
> > I searched on TI website but I didn't find anything about UART on EMIF.
> > I found interface with many memories, USB and FIFO. I will use that for
> > help.
> > Max
> >
> >
> > "Graeme" <g...@hotmail.com> a écrit dans le message de
> > news:2...@uni-berlin.de...
> > > "(news)" <n...@nospam.com> wrote in message
> > > news:ca3qpk$40d$1...@news-reader5.wanadoo.fr...
> > > > Hi,
> > > > I would like to know if it's possible to interface an UART on
> > TMS320C6713
> > > > EMIF port.
> > > > The UART has 8-bits address and 8-bit data. (It's a 8-channels UART)
> > > > The EMIF port is for external memory, but UART could be maybe
> > assimilable.
> > > > Thanks
> > > > Max
> > >
> > > It's almost certainly possible to connect this UART directly to a C6x
> > EMIF.
> > > Make sure it's a 3.3V part though. TI have lots and lots of apps notes
> > about
> > > interfacing various devices to their EMIF. Check their web-site.
> > >
> > >
> >
> >
>
>


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