DSPRelated.com

SPORT of SHARC

Started by Ralf Heuser-Lindner in Analog Devices DSPs24 years ago 1 reply

I have a question about the TFS signal of an SPORT in an ADSP 21061: I set up the TFS of SPORT 1 as follows: Internally...

I have a question about the TFS signal of an SPORT in an ADSP 21061: I set up the TFS of SPORT 1 as follows: Internally generated (ITFS = 1), data independent (DITFS = 1), late (LAFS = 1), active low (LTFS=1). When SPORT is enabled it works as expected


ADSP 219x SPORT disable/enable

Started by nickolayorekhov in Analog Devices DSPs15 years ago 3 replies

Hello! We're using SPORT in multichannel autobuffer mode, SCLK and TFS/RFS are generated externally. After some special signal becomes high...

Hello! We're using SPORT in multichannel autobuffer mode, SCLK and TFS/RFS are generated externally. After some special signal becomes high (let's call it RESET) SCLK/TFS/RFS are masked and SPORT should be disabled by DSP. When RESET becomes low SPORT needs to be reenabled. But after reenabling SPORT we have some corrupted data at DT. And (as we suppose) because RESET is async with DSP ...


EZKIT 21160 SPORT

Started by Roger in Analog Devices DSPs21 years ago 2 replies

Hello, Do someone know, if the SPORT-Connectors tolerate 5V TTL-Levels ??? I want to connect the SPORT to an 5V-Device. Is this...

Hello, Do someone know, if the SPORT-Connectors tolerate 5V TTL-Levels ??? I want to connect the SPORT to an 5V-Device. Is this possible?? Thank's a lot for your help, Roger


Re: ADSP-21992 SPORT for RS-232 communications.

Started by Jaime Andres Aranguren Cardona in Analog Devices DSPs20 years ago 1 reply

Hello, Alex, It is understandable that the SPORT needs to be disabled (stopped) before any configuration changes on it. What...

Hello, Alex, It is understandable that the SPORT needs to be disabled (stopped) before any configuration changes on it. What I dont understand is why you need to disable, then wait for the famous delay, then re-enable the SPORT again, as if you had to make any changes...


several question in sport0,please!

Started by zhangzs0422 in Analog Devices DSPs19 years ago

the first:in the hardware manual----Writing to a SPORT??s SPx_TX register readies the SPORT for transmission.After the first...

the first:in the hardware manual----Writing to a SPORT??s SPx_TX register readies the SPORT for transmission.After the first bit of a word has been transferred, the SPORT generates the transmit interrupt.---is that mean if i want to send a data,the only thing i will do


SPORT VisualDSP++ Interrupt in 2191

Started by sumi_d18 in Analog Devices DSPs21 years ago

Hello, Could anyone please let me know if there is a C function call to initialize the SPORT in 2191 EZKIT. Also, what is the...

Hello, Could anyone please let me know if there is a C function call to initialize the SPORT in 2191 EZKIT. Also, what is the 'sig' value in the interrupt function for SPORT transmit and/or receive. Thank you. Regards, Sumithira


SPORT PROBLEM on ADMCF 326

Started by srinivas ph in Analog Devices DSPs21 years ago

hello every one out there, can anyone help me with the configuration of the sport of admcf 326. nothing seem to works. i want to...

hello every one out there, can anyone help me with the configuration of the sport of admcf 326. nothing seem to works. i want to know if the boot code disables the sport before it hands control to the main code. thanking you srinivas


sport.h not C++-clean

Started by Kenneth Porter in Analog Devices DSPs23 years ago

Compile a simple one-line program containing just this: #include Use the command line "cc21k -c -c++ foo.cpp". ...

Compile a simple one-line program containing just this: #include Use the command line "cc21k -c -c++ foo.cpp". Warnings are issued about const members in a class with no constructor, because some of the bit fields in the SPORT register s


Re: SPORT Hang on 21065L

Started by canb...@yahoo.co.in in Analog Devices DSPs17 years ago

> > > > I am using the ADSP21065L chip and right now just implementing a > simple sport transfer between a PC serial port and...

> > > > I am using the ADSP21065L chip and right now just implementing a > simple sport transfer between a PC serial port and the DSP chip on a > custom board(with a RS-232 Transceiver). I am sending a 32 bit > value to the DSP chip and echoing it back to the PC. What seems to > happen after a while is that the DSP SPORT receive interrupt no > longer gets yanked. I have tried


SPORT DMA Chaining for pingpong buffer

Started by hifijp2002 in Analog Devices DSPs21 years ago 1 reply

Hi all I am coding audio multi channel input and output by 21161's SPORT DMA chaining for pingpong buffer. I want to code as...

Hi all I am coding audio multi channel input and output by 21161's SPORT DMA chaining for pingpong buffer. I want to code as possible as interrupt less program. I try to transfer 8 sample multi channel audio data by one SPORT DMA chaining . Problem, I set a SPORT DMA chai


SPORT-UART communication with TxFs

Started by steh...@hotmail.com in Analog Devices DSPs17 years ago

Hi, I am tying to communicate with a UART device though my SPORT. My TxFs and RxFs are connected, also the clock is generated by the DSP and...

Hi, I am tying to communicate with a UART device though my SPORT. My TxFs and RxFs are connected, also the clock is generated by the DSP and fowwloed by the UART device. What I have to do is that, after tansmission and reception of 9 bytes I have to stop transmission and receptions for some time, and then re enable them again. For this purpose I am disabling the SPORT in my receive interrupt be...


21065L Sport interrupt held off?

Started by John Henry in Analog Devices DSPs18 years ago 2 replies

I have an instance where I intermittently lose sport data. I am using an AKM codec that interleaves two channels into sport 0 on the 21065L....

I have an instance where I intermittently lose sport data. I am using an AKM codec that interleaves two channels into sport 0 on the 21065L. This works perfectly. I get 16 sets of bits, each coming in and giving me an interrupt every 142us. Runs for hours. Then, for some odd reason, the interrupt waits for 151us, which is after a 17th set of bits came through. When I look at the data then, I ...


sport communication

Started by ashr...@rediffmail.com in Analog Devices DSPs15 years ago

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.


how to transfer data thru SPORT

Started by menaka in Analog Devices DSPs20 years ago 1 reply

Dear All, I am a beginner in ADSP-BF532.I am using Blackfin summit ICE and visual dsp++3.0 software. how to transfer the data...

Dear All, I am a beginner in ADSP-BF532.I am using Blackfin summit ICE and visual dsp++3.0 software. how to transfer the data through SPORT&UART.what is VDK. how to create a kernal for program. if there is any code to transfer the data thru SPORT & UART please sen


compatibility between adsp2181 and bf533

Started by ashr...@rediffmail.com in Analog Devices DSPs15 years ago 4 replies

Hi friends ADSP 2181 and BF533 are not compatible. ADSP2181 is a 5V logic(TTL) while BF533 is a 3.3V logic device. If i need to connect...

Hi friends ADSP 2181 and BF533 are not compatible. ADSP2181 is a 5V logic(TTL) while BF533 is a 3.3V logic device. If i need to connect ADSP2181 sport to BF533 sport is it enough if i use a voltage divider for level shifting? If not which level shifter IC is ideal in this case? I need to level shift all 5 signals on ADSP2181 sport i.e DT,DR,TFS,RFS,SCK.


serial with SPORT on ADSP-21261 work wrong!

Started by verd...@email.it in Analog Devices DSPs18 years ago

Hi, I have implemented on ADSP-21261 a serial tx rx by use of sport, how suggested in the application note EE191: At rx I set the...

Hi, I have implemented on ADSP-21261 a serial tx rx by use of sport, how suggested in the application note EE191: At rx I set the clock of the SPORT for oversampling the freq. of serial communication by 3: //bit rate 9.9 kbit/s --> freq of oversampling = 9.9 k * 3 = 28.8 kbit/s //CLKDIV3 = [fCCLK(147,456 MHz)/4 x SPORT_CLK(28.8 kHz)] - 1 = 1279


AD1854 problem with BF537 EZ kIt Lite

Started by isni...@gmail.com in Analog Devices DSPs16 years ago

Hello Everyone, I am developing an audio application using Blackfin BF537 EzKit lite. I have some problems with DAC 1854 Sport interface. I...

Hello Everyone, I am developing an audio application using Blackfin BF537 EzKit lite. I have some problems with DAC 1854 Sport interface. I want to pass the audio data samples via SPORT interface to DAC 1854 without using DMA. I am writing to Sport 0 Tx register on receiving the SPORT0_TX interrup as follows *pSPORT_TX=*(audio_data); Should I need wait to check any status register of SPO...


Sport communication

Started by ashr...@rediffmail.com in Analog Devices DSPs15 years ago

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...


RV: Signal from sport

Started by Illarramendi Miren in Analog Devices DSPs22 years ago

> Hello! > > I?m trying to have an input signal from the sport 1 in the adsp 21061 ez > kit lite. I want to have the signal...

> Hello! > > I?m trying to have an input signal from the sport 1 in the adsp 21061 ez > kit lite. I want to have the signal every 10 ms. > How can I do this? How can I know that I?m having the signal just every 10 > ms.? > Thanks, >


i want to confirm something in sportŁĄ

Started by zhangzs0422 in Analog Devices DSPs19 years ago

in the spx_statr there is a txs and a rxs bit,my question is that if i send a data by sport does the txs bit is full and when...

in the spx_statr there is a txs and a rxs bit,my question is that if i send a data by sport does the txs bit is full and when the data is send the txs is empty? and the rxs is same if the sport receive a whole data does the rxs bit is full and when the data is read out