DSPRelated.com

ADSP21065L SPORT in multichannel mode

Started by Wagner Hans-Joerg in Analog Devices DSPs24 years ago

Hi! I implemented an "interprocessor communication" between several ADSP21065L with a SPORT in multichannel mode, that fails...

Hi! I implemented an "interprocessor communication" between several ADSP21065L with a SPORT in multichannel mode, that fails hazardous. There are 7 timeslots containing 14bits. One is the master (lets call him DSP1) and the other are slaves. In my testcase I elaborat


SHARC SPORT Multichannel (TDM) mode

Started by Kenneth Porter in Analog Devices DSPs22 years ago 2 replies

I'm trying to use the SHARC SPORT in multichannel mode and I'm having trouble understanding how to structure the code. I only get a...

I'm trying to use the SHARC SPORT in multichannel mode and I'm having trouble understanding how to structure the code. I only get a couple of receive interrupts with my current code, although the transmitter seems to keep interrupting. Can anyone point me to code examples for multich


Multichannel Mode in SPORT

Started by mercy s in Analog Devices DSPs18 years ago

hi all , This is regarding the Multichannel mode in SPORT... Actually it is said that there r 1024 out of which only 128 channels can be...

hi all , This is regarding the Multichannel mode in SPORT... Actually it is said that there r 1024 out of which only 128 channels can be used...Also there r only four MTCS register each 32 bit wide ...(32*4 = 128total channel).. q1. y is tat they hav provided 1024 channels... q2. Is all the channels r virtual... how do i confirm that i do data tranfers in TDM Mode...is the...


21065L SPORT Signal Termination

Started by Steve Holle in Analog Devices DSPs20 years ago 2 replies

We have a system with a backplane with five slots for ADSP-21065L DSP's based custom cards. Each DSP card has SPORT 0 DR0A and DT0A...

We have a system with a backplane with five slots for ADSP-21065L DSP's based custom cards. Each DSP card has SPORT 0 DR0A and DT0A tied together. TCLK0, RFS0, and the common DT signals are then each run through a 33ohm series to the backplane bus. The problem is that we are h


using sport.h with EZlite kit 2189m

Started by bart bart in Analog Devices DSPs23 years ago

Hello, I have a question recarding the sport.h header file on the EZlite kit ADSP-2189m. If I use sport_start(0) or...

Hello, I have a question recarding the sport.h header file on the EZlite kit ADSP-2189m. If I use sport_start(0) or sport_write(0,0x55) I get an expression error. Is there anyone, that can tell me how to use this header file. An examples is also appreciated.


Only half data rate on SPORT

Started by "the...@yahoo.de" in Analog Devices DSPs15 years ago

Hello,   I am using a ADSP21375 to read digital data from an ADC. I measured the frame sync to be about 1MHz but when I measure a 1kHz sine...

Hello,   I am using a ADSP21375 to read digital data from an ADC. I measured the frame sync to be about 1MHz but when I measure a 1kHz sine wave I get two cycles in 1000 samples. This means that my data has only a sample rate of 500kHz. It would be nice if somebody could help me with this problem.   This is my code:    #define SP_CLK_DIV 0x0004 //SPORT core clock divisor  #define SP_...


SPORT as SPI slave

Started by djthurin in Analog Devices DSPs20 years ago

Hi, I've been trying to use a SHARC (21065 and 21262) SPORT as a SPI slave. I have observed that when I receive data, it is...

Hi, I've been trying to use a SHARC (21065 and 21262) SPORT as a SPI slave. I have observed that when I receive data, it is right shifted by a couple of bits (usually 3, but not always). If I send a "dummy byte", ie a byte in which the Sharc is not selected (selectio


SPORT DMA transfer Isr out late?

Started by hifijp2002 in Analog Devices DSPs20 years ago

Hi all I am testing SPORT multch channel mode DMA Transfer with chainnig on 21161. DMA GP registor is not 0 I wrote...

Hi all I am testing SPORT multch channel mode DMA Transfer with chainnig on 21161. DMA GP registor is not 0 I wrote program it while (!Data_Ready) { asm("idle;"); Data_Ready = *(int *)GP0A; { Data_Ready = 0;


SPORT in TDM mode

Started by s.mo...@gmail.com in Analog Devices DSPs15 years ago

Hi, I am new to SHARC and I am using ADSP-21369. I was wondering if anyone could provide some example codes for SPORT in TDM mode for...

Hi, I am new to SHARC and I am using ADSP-21369. I was wondering if anyone could provide some example codes for SPORT in TDM mode for ADSP-21369. Thanks, sm


Sport0 Rx Interrupts die. Need help!

Started by n_ga...@mail.ru in Analog Devices DSPs17 years ago 1 reply

I use ADSP2191 Sport0 in multichannel mode (H.100) with autobuffering DMA TFS/RFS external, SCLK external ... 8,192 mhz I need to enable...

I use ADSP2191 Sport0 in multichannel mode (H.100) with autobuffering DMA TFS/RFS external, SCLK external ... 8,192 mhz I need to enable disable and reenable again Rx. After boot and first sport setting up all goes o'k. But when I try to disable sport, writing zero in RSPEN and then enable it again RX intrrupts die. I also tried a procedure described in anomaly list ( Anomaly 8 ), it does...


Problem while realizing UART Communication Using SPORT with DMA MODE

Started by wyfchina2002 in Analog Devices DSPs19 years ago 1 reply

Hello, I need to complete UART Comm using SPORT by DMA mode.The DSP I use is SHARC 21062.when receiving data,I encounter...

Hello, I need to complete UART Comm using SPORT by DMA mode.The DSP I use is SHARC 21062.when receiving data,I encounter one problem which doesn't happen everytime .But sometimes the Cx register doesn't decounter anymore.So no interrupt generates and the program won'


2181-2189 Sport 0 Multichannel Capability

Started by Steve Armstrong in Analog Devices DSPs21 years ago

Hi all, has any one implemented a small serial "network" between several 2181 type chips using the 2181-2189 Sport 0 Multichannel...

Hi all, has any one implemented a small serial "network" between several 2181 type chips using the 2181-2189 Sport 0 Multichannel Capability. I'm looking for a bit of sample code. Also if 1 dsp is a master( supplies the framing ) and the rest slaves is it just a case of cor


Sending asyncronous data to SPORT on 21369

Started by Lars Olesen in Analog Devices DSPs17 years ago 1 reply

Hi all I am trying now for a few days to send data to the SPORT of a 21369. I wish to be able to send a number of words, using framed mode...

Hi all I am trying now for a few days to send data to the SPORT of a 21369. I wish to be able to send a number of words, using framed mode with an externally generated clock and framesync. I receive data just fine, but for some reason I receive every transmitted word twice! A description of my setup: DSP: 21369 EZ-kit board. DAI header pin 3 connected to clock output of an FPGA ...


Related SPORT and SCLK frequency..

Started by Thirumalesh in Analog Devices DSPs18 years ago 1 reply

Hii, Why we want to generate the SPORT external clock must always be less than the SCLK frequency? If i generate external clock is more than...

Hii, Why we want to generate the SPORT external clock must always be less than the SCLK frequency? If i generate external clock is more than SCLK, what will happend? Let me know just clarification of this question. Thanks and Regards, Thirumalesh. Regards, Thirumalesh.k "Where Learning is a Way of Life"


21065l sport interrupt, lcntr issue

Started by John Henry in Analog Devices DSPs19 years ago 5 replies

I have a strange problem occurring. I have a 21065L that does DMA through the sports audio in/ audio out, on interrupt. When buffer...

I have a strange problem occurring. I have a 21065L that does DMA through the sports audio in/ audio out, on interrupt. When buffer gets full, sport interrupts, I swap dma buffers for outgoing and ingoing, to a second outgoing and ingoing buffer, so that I can process the full data buffers. All works fine, except once in a while, failure is not peri


UART using SPORT

Started by tejabhi p in Analog Devices DSPs20 years ago 1 reply

I am referring the App.Note EE-60 and the corresponding code (pls find attached) to generate UART using SPORT. ...

I am referring the App.Note EE-60 and the corresponding code (pls find attached) to generate UART using SPORT. I have two queries 1) In the


SPORT problem in ADSP2189

Started by Nagaraj CS in Analog Devices DSPs24 years ago

  Hello,     We have some problem related to SPORT operation in ADSP2189 processor. The problem is det

  Hello,     We have some problem related to SPORT operation in ADSP2189 processor. The problem is det


21161'SPORT DMA work strange in VDSP3.0 Simulator

Started by hifijp2002 in Analog Devices DSPs21 years ago

Hi I test SPORT DMA multichannel mode and Chaining of ADSP21161N in VDSP3.0 Simulator. I set SP0,SP1,SP2,SP3 of Stream in...

Hi I test SPORT DMA multichannel mode and Chaining of ADSP21161N in VDSP3.0 Simulator. I set SP0,SP1,SP2,SP3 of Stream in Simulator. SP0,SP1 DMA is good. SP2,SP3 DMA don't work. I test 21161EZKIT of sample program "SIMD Graphic EQ". SP2 DMA d


BF561 SPORT transmit for AC'97

Started by Vikas Chandra Rao in Analog Devices DSPs20 years ago

Dear Sir/Madam,   How do  I configure  SPORT transmit in multichannel

Dear Sir/Madam,   How do  I configure  SPORT transmit in multichannel


Re: AW: how to transfer data thru SPORT

Started by bans...@yahoo.com in Analog Devices DSPs19 years ago

hi could you find out the solution of your problem,if yes please let me know how you fixed it? ---bansal

hi could you find out the solution of your problem,if yes please let me know how you fixed it? ---bansal