Forums Search for: SPORT
Sport communication
hi everybody, I tried to establish sport comm between adsp2181 and BF533. could not succeed. I tested separately both 2181 and BF and are...
hi everybody, I tried to establish sport comm between adsp2181 and BF533. could not succeed. I tested separately both 2181 and BF and are working fine. I tried using loopback mode ( DT connected to DR of same processor) and it worked but when it comes to interfacing its not working. what could have gone wrong? First of all are the 2 processors compatible ( i mean can i really establis...
SPORT in TDM mode
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
sport communication
hi friends i would like to implement sport comm using bf533.can any one give me a sample code that writes data out of sport1 into a memory...
hi friends i would like to implement sport comm using bf533.can any one give me a sample code that writes data out of sport1 into a memory location. I initialised all the required registers.
Only half data rate on SPORT
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_...
Sport0 Rx Interrupts die. Need help!
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...
Sending asyncronous data to SPORT on 21369
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 ...
Programming AD1836
Hello, We have a buffer of 1152*2 bytes,which will be filled often and which needs to be written to the DAC. We have configured the DAC...
Hello, We have a buffer of 1152*2 bytes,which will be filled often and which needs to be written to the DAC. We have configured the DAC for the sampling freq. of 48KHz. The DAC is in master mode. The transfers to the DAC are through SPORT. The document says that SPORT has an 8 word FIFO and interrupts the source of data until the FIFO is full. We have configured the DMA to interru...
Multichannel Mode in SPORT
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...
BF533 SPORT TDM
I want to connect 3 BF533s processors together using the SPORT in TDM. I wanted to make sure my thoughts were correct regarding the connections. ...
I want to connect 3 BF533s processors together using the SPORT in TDM. I wanted to make sure my thoughts were correct regarding the connections. In order to receive and transmit among the processors do i connect all the DT0PRI and DR0PRI lines together? Also I assume the RSCLK0 and RFS0 are connected together as well. The TSCLK0 is not used and the TFS0 is a transmit valid flag, which doesn't ...
Related SPORT and SCLK frequency..
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"
Test for loop back in 21262
hello all, can any one tell me how to do loop back programing and how to set hardware for this in ADSP 21262. i tried to configure SPORT0 for...
hello all, can any one tell me how to do loop back programing and how to set hardware for this in ADSP 21262. i tried to configure SPORT0 for tx. and SPORT 1 to rx. but i am geting error saying: "core access to SPORT/LINK port is hung at PC:0x080286" Please tell me solution for this. Thanks Abhi
How to Fix the DMA SPORT interrupt rate
Hi, In my application SPORT is ruuning at 48KHz and i am sending a block of Data(12 samples in one frame), DMA is configured in...
Hi, In my application SPORT is ruuning at 48KHz and i am sending a block of Data(12 samples in one frame), DMA is configured in descriptor mode, it counts 12 sample and transfer to CODEC which is also running at 48K HZ and after each sample tranfer it should generates an interrrput and goes in ISR routine to calculates samples. and loop keep on go
21065l sport interrupt, lcntr issue
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
SPORT for modem plz have a lookSTEV holle,Jaac
hello every budy. i wanted to use sport0 for setting the modem of seimens company fpr the GSM use .which uses AT comands. one simple...
hello every budy. i wanted to use sport0 for setting the modem of seimens company fpr the GSM use .which uses AT comands. one simple task alreday it connected in hardware so i cant use UART and i do not use DMA thing for seting the SPORT. according to my requriment can u help . using sport0 i have to transmit an word called 'AT
Problem while realizing UART Communication Using SPORT with DMA MODE
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'
SPORT as SPI slave
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
AW: how to transfer data thru SPORT
> -----Urspr?ngliche Nachricht----- > Von: menaka [SMTP:] > Gesendet am: Mittwoch, 4. August 2004 07:58 > An: > Betreff:...
> -----Urspr?ngliche Nachricht----- > Von: menaka [SMTP:] > Gesendet am: Mittwoch, 4. August 2004 07:58 > An: > Betreff: [adsp] how to transfer data thru SPORT > > Dear All, > I am a beginner in ADSP-BF532.I am using Blackfin summit ICE and
BF561 SPORT transmit for AC'97
Dear Sir/Madam, How do I configure SPORT transmit in multichannel
Dear Sir/Madam, How do I configure SPORT transmit in multichannel
21065L SPORT Signal Termination
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
SHARC SPORT Multichannel (TDM) mode
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






