Hello everybody, I'm very new using this c6211. Actually, we have the dsk, code composer studio, but i have never used the 6211dsk. i'm still reading the related documents. i've tried the tms320c6000 tutorial with ccs. My question is, how do I configure the c6211. I have an external device which sends serial data and clock to the c6211dsk. so, i think the dsk is the slave here. and then, we have a raised cosine filter implemented in FPGA. our system looks like this ______________ serial data |------------->|------| |------| |----| eternal device| |c6211 |-/-->|FPGA |--->|DAC | --------------|------------->|------| |filter| |----| clock |------| What I'm thinking is, we'd configure it like: serial data----->c6211dsk pin DR1 clock----------->c6211dsk pin CLKR1 c6211dsk pin TOUT1------>c6211dsk pin FSR1 (substitute for the rx frame sync signal. dsk data pins 16 to 31---->FPGA data input pins dsk pin TOUT0---->FPGA clock pin dsk awe pin------>FPGA filter enable pin FPGA dataout pins---->Digital to Analog input pins. So, basically, I'll gonna use McBSP. I've seen an application note form TI, but the c62xx is configured as the master while in my case, it's the slave. I have also read the previous messages posted here(McBSP Configuration Help), but I can't understand all thosse written there. I also plan to use the EDMA(ping-pong buffering) but I don't know how this will interact with the McBSP. By the way, the TOUT0 frequency is 4.6875MHz (the sampling frequency). TOUT1 frequency is 4.8828125 KHz. The project we're doing is a modem. the modulation scheme we are building is pi/4 dqpsk. Any help? Thanks, Jane |
|
Configuring c6211
Started by ●March 22, 2001
Reply by ●March 23, 20012001-03-23
Hi! It seems that your c6211 is not necessarily a slave. If your problem is configuring the McBSP is software. It is easy to control and configure the McBSPs using the DSP/BIOS. Why don't you implement your raised cosine filter using the c6211? The c6211 is quite capable of doing that. --emer On Thu, 22 Mar 2001 wrote: > Hello everybody, > > I'm very new using this c6211. Actually, we have the dsk, code > composer studio, but i have never used the 6211dsk. i'm still reading > the related documents. i've tried the tms320c6000 tutorial with ccs. > > My question is, how do I configure the c6211. > > I have an external device which sends serial data and clock to the > c6211dsk. so, i think the dsk is the slave here. and then, we have a > raised cosine filter implemented in FPGA. our system looks like this > ______________ serial data > |------------->|------| |------| |----| > eternal device| |c6211 |-/-->|FPGA |--->|DAC | > --------------|------------->|------| |filter| |----| > clock |------| > What I'm thinking is, we'd configure it like: > serial data----->c6211dsk pin DR1 > clock----------->c6211dsk pin CLKR1 > c6211dsk pin TOUT1------>c6211dsk pin FSR1 (substitute for the rx > frame sync signal. > dsk data pins 16 to 31---->FPGA data input pins > dsk pin TOUT0---->FPGA clock pin > dsk awe pin------>FPGA filter enable pin > FPGA dataout pins---->Digital to Analog input pins. > > So, basically, I'll gonna use McBSP. I've seen an application note > form TI, but the c62xx is configured as the master while in my case, > it's the slave. > I have also read the previous messages posted here(McBSP > Configuration Help), but I can't understand all thosse written there. > I also plan to use the EDMA(ping-pong buffering) but I don't know how > this will interact with the McBSP. > By the way, the TOUT0 frequency is 4.6875MHz (the sampling frequency). > TOUT1 frequency is 4.8828125 KHz. > > The project we're doing is a modem. the modulation scheme we are > building is pi/4 dqpsk. > > Any help? > Thanks, > Jane > > _____________________________________ > Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group. > > _____________________________________ > About this discussion group: > > To Join: Send an email to > > To Post: Send an email to > > To Leave: Send an email to > > Archives: http://www.yahoogroups.com/group/c6x > > Other Groups: http://www.dsprelated.com > ">http://docs.yahoo.com/info/terms/ > |