Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560


Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C6x | 6711 to 6201

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

6711 to 6201 - Gautham Mysore - Oct 10 21:02:00 2002

I've been using using a TMS320C6711 DSK for a few months now. This is the
first DSP that I have ever used. I am going to start using a TMS3206201 EVM
now. I know that the main difference between the two is that the 6711 is
floating point and the 6201 is fixed point so I would have to use q formats.
What are the other differences between the two, especially the differences
that I would have to keep in mind while coding?
When I used the 6711 for real time audio filtering, I used only a mono input
and output stream. I'm not sure if it supported stereo. I have read that the
6201 EVM has a stereo input and a mono output. Is this correct?
Is the programming for the 6201 DMA the same as the programming for the 6711
EDMA? If its different, what are the differences?

Thanks a Lot,
GAutham







(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: 6711 to 6201 - Andrew Elder - Oct 11 12:33:00 2002


Gautham,

I think the biggest difference in the L2 cache. In my opinion this makes the
6711 a much better processor.

Look in the Peripherals reference manual for differences between DMA and EDMA
(EDMA is better).

Andrew

At 02:32 AM 10/11/2002 +0530, Gautham Mysore wrote:
>I've been using using a TMS320C6711 DSK for a few months now. This is the
>first DSP that I have ever used. I am going to start using a TMS3206201 EVM
>now. I know that the main difference between the two is that the 6711 is
>floating point and the 6201 is fixed point so I would have to use q formats.
>What are the other differences between the two, especially the differences
>that I would have to keep in mind while coding?
>When I used the 6711 for real time audio filtering, I used only a mono input
>and output stream. I'm not sure if it supported stereo. I have read that the
>6201 EVM has a stereo input and a mono output. Is this correct?
>Is the programming for the 6201 DMA the same as the programming for the 6711
>EDMA? If its different, what are the differences?
>
>Thanks a Lot,
>GAutham


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: 6711 to 6201 - Jeff Brower - Oct 11 13:49:00 2002

Andrew-

> I think the biggest difference in the L2 cache. In my opinion this makes the
6711 a much better processor.

For certain applications, the L2 cache is a powerful feature. However, for
applications where high I/O bandwidth is required, the C620x series (C6203/4) is
a
better choice. The X-Bus bandwidths (and PCI bus bandwidths of the new C6415)
part
are very high, suitable for video compression and other high data rate
applications.
I/O rates are one of the weak points of the C6711; for example, the part will
not
support off-the-shelf SBSRAMs.

Jeff Brower
DSP sw/hw engineer
Signalogic

> At 02:32 AM 10/11/2002 +0530, Gautham Mysore wrote:
> >I've been using using a TMS320C6711 DSK for a few months now. This is the
> >first DSP that I have ever used. I am going to start using a TMS3206201 EVM
> >now. I know that the main difference between the two is that the 6711 is
> >floating point and the 6201 is fixed point so I would have to use q formats.
> >What are the other differences between the two, especially the differences
> >that I would have to keep in mind while coding?
> >When I used the 6711 for real time audio filtering, I used only a mono input
> >and output stream. I'm not sure if it supported stereo. I have read that the
> >6201 EVM has a stereo input and a mono output. Is this correct?
> >Is the programming for the 6201 DMA the same as the programming for the 6711
> >EDMA? If its different, what are the differences?
> >
> >Thanks a Lot,
> >GAutham







(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: 6711 to 6201 - Federico Miranda - Oct 11 15:40:00 2002

the 6711 can handle fixed point code as well, and the 6711 DSK is a newer
design than the 6201 evm. the 6201 can be faster because it is PCI, but for
the cost, the 6711 can be powerful enough, depending on the application of
course. and yes, the L2 cache makes it more efficient.

fm.
>From: Andrew Elder <>
>To:
>Subject: Re: [c6x] 6711 to 6201
>Date: Fri, 11 Oct 2002 08:33:12 -0400 >Gautham,
>
>I think the biggest difference in the L2 cache. In my opinion this makes
>the 6711 a much better processor.
>
>Look in the Peripherals reference manual for differences between DMA and
>EDMA (EDMA is better).
>
>Andrew
>
>At 02:32 AM 10/11/2002 +0530, Gautham Mysore wrote:
> >I've been using using a TMS320C6711 DSK for a few months now. This is the
> >first DSP that I have ever used. I am going to start using a TMS3206201
>EVM
> >now. I know that the main difference between the two is that the 6711 is
> >floating point and the 6201 is fixed point so I would have to use q
>formats.
> >What are the other differences between the two, especially the
>differences
> >that I would have to keep in mind while coding?
> >When I used the 6711 for real time audio filtering, I used only a mono
>input
> >and output stream. I'm not sure if it supported stereo. I have read that
>the
> >6201 EVM has a stereo input and a mono output. Is this correct?
> >Is the programming for the 6201 DMA the same as the programming for the
>6711
> >EDMA? If its different, what are the differences?
> >
> >Thanks a Lot,
> >GAutham
> >_____________________________________ _________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )