Forums Search for: SPORT
sport communications
How to transfer data form sharc internal memory to the serial port. How to establish handshaking mode of communication between two...
How to transfer data form sharc internal memory to the serial port. How to establish handshaking mode of communication between two sharc processors using serial port.
SPORT problems on 21062
Hi all, I have a custom board with 5 ADSP-21062 processors. 4 of the processors receive A/D data on their serial ports. ...
Hi all, I have a custom board with 5 ADSP-21062 processors. 4 of the processors receive A/D data on their serial ports. The serial ports are configured for receiving two channels of 32-bit data. 2 of the processors (ID=2 and 4) work fine with no problems. The other two
output impedance i/o pins
Hello In app.note EN-74 from analog devices they are talking about Proper termination of long SPORT traces. ( ...
Hello In app.note EN-74 from analog devices they are talking about Proper termination of long SPORT traces. ( http://www.analog .com/techsupt/application_notes/application_notes.html ) To calc
dma chaining... 21061
Hi, We're trying to get dma chaining to work with the sports in a non-interrupt mode. We can't seem to get the dma...
Hi, We're trying to get dma chaining to work with the sports in a non-interrupt mode. We can't seem to get the dma to start, resulting in a receive overflow in the sport. Anyone have any suggestions?
inversion L/R
Hello, Does anybody had this kind of problem: The samples Left and Right suddenly invert while the 21065L DSP ran (sport...
Hello, Does anybody had this kind of problem: The samples Left and Right suddenly invert while the 21065L DSP ran (sport connected to crystal CS8420 components). strange isn't it?
hi
Hi I am looking for the possibility of using Sharc 21161 to sample a 4bit adc at 9.8MHZ Please tell me if it is possible through...
Hi I am looking for the possibility of using Sharc 21161 to sample a 4bit adc at 9.8MHZ Please tell me if it is possible through link ports or SPORT?? Awiting your response thanks archana
21065L multichannel SPORT restriction
Hello all, the 65L has two serial ports, 0 and 1. Each serial port consist of two seperate data lines, A and B, making a total...
Hello all, the 65L has two serial ports, 0 and 1. Each serial port consist of two seperate data lines, A and B, making a total of four serial I/O lines. I seem to remember that when a serial port was operated in multichannel mode, it could not operate both A and B
SPORT of 21061
Hello! I'm working on a project involving SPORT1 transfers from a host processor to 21061 on an EZ-Kit Lite board. Host...
Hello! I'm working on a project involving SPORT1 transfers from a host processor to 21061 on an EZ-Kit Lite board. Host will send different number of words depending on what task Sharc is to perform. Words are to be used by Sharc during program execut
About ADSP 2181 Software UART (bug fixed)
Hi, people. There is a small bug fix to the software UART I sent to some of you. In the UART.asm file change // Enable and...
Hi, people. There is a small bug fix to the software UART I sent to some of you. In the UART.asm file change // Enable and set up SPORT1 as FI and FO pin ax0 = b#0000100000000000; ay0 = Sys_Crtl_Reg; ar = ax0 or ay0; // Enable SPORT
DMA on 21065L SPORTS
Help! In desperation I ask if anyone knows of some special order that the 65L SPORT's have to be initialized to make DMA work. ...
Help! In desperation I ask if anyone knows of some special order that the 65L SPORT's have to be initialized to make DMA work. I am trying to get a DMA driven audio loop running written in C that is something akin to the *.asm example in the SHARC user manual page
Autobuffering on 2191
Hello all, I'm trying to get SPORT0 to work in Autobuffering DMA Mode. I've based my design on the example supplied by ADI ...
Hello all, I'm trying to get SPORT0 to work in Autobuffering DMA Mode. I've based my design on the example supplied by ADI (...\Examples\Simulator Peripheral Examples\SPORT), which uses descriptor based DMA. My problem is that although the SPORT0 does receive data
Receiving a signal from sport1
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...
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, Miren.
Sport interrupt simulation in VisualDSP++ 2.0
Hello. Session - 2186 simulation Sport1 receive interrupt simulation doesn't work. I do set Streams->Source->File to...
Hello. Session - 2186 simulation Sport1 receive interrupt simulation doesn't work. I do set Streams->Source->File to Sport1RX.dat, format - hex, Streams->Destination->Port 1, click Connect, they add to the Active page, click OK. Then Set Interrupts ->RFS1,
21065L DMA delay
I am writing code to DMA out of the the SPORT port 3 bytes every 138.9usec (7200 times a second). I am using TIMER0 to generate an ...
I am writing code to DMA out of the the SPORT port 3 bytes every 138.9usec (7200 times a second). I am using TIMER0 to generate an interrupt at 138.9usec, the interrupt service routine sets up the DMA transfer of 3 bytes if data and initiates the transfer. Timing of the interrupt pro
I2S question on 21065L
I have the following setup: On the 21065L, the Transmit SPORT 0 is configured for I2S slavemode (external transmit frame syn),...
I have the following setup: On the 21065L, the Transmit SPORT 0 is configured for I2S slavemode (external transmit frame syn), with two I2S lines connected to ports 0_A and 0_B, each line carrying a stereo signal (left and right channel). There seems to be no bit in the
Transfer data from ADC to ADSP through SPORT problem
Is it a bug of the ADSP21065 serial port? To process data of the ADC AD7671 I have connected its SDOUT, SCLK, and SYNC pins to...
Is it a bug of the ADSP21065 serial port? To process data of the ADC AD7671 I have connected its SDOUT, SCLK, and SYNC pins to DR0A, RCLK0, and RFS0 pins of the ADSP21065L according to recommendation of the AD7671 Data Sheet. But 16-bits date words entered into DSP via SPORT0 looks a
ADSP 21065l SPORT problem?
Is it a bug of the ADSP21065 serial port? To process data of the ADC AD7671 I have connected its SDOUT, SCLK, and SYNC pins to...
Is it a bug of the ADSP21065 serial port? To process data of the ADC AD7671 I have connected its SDOUT, SCLK, and SYNC pins to DR0A, RCLK0, and RFS0 pins of the ADSP21065L according to recommendation of the AD7671 Data Sheet. But 16-bits date words entered into DSP via SPORT0 l
SPORT multiplexing
I have several A/D converters with serial interfaces (AD7495) and wonder wat is the best way to expand the number of SPORTs on an...
I have several A/D converters with serial interfaces (AD7495) and wonder wat is the best way to expand the number of SPORTs on an ADSP2186. I hava also found a great glue chip for these dsp's with flash and I/O expansion, from ST Microsystems, it part number DSM2150F5V. Anyone else u
How to debug DMA using APEX_ICE
Hello I'm debuging DMA of ADSP21161N'SPORT at using APEX_ICE. I set a Breakpoint in my program. My program Run. but...
Hello I'm debuging DMA of ADSP21161N'SPORT at using APEX_ICE. I set a Breakpoint in my program. My program Run. but Debugger stop at the breakpoint,core hung. How to debug DMA at using APEX_ICE. I want you to your suggestion. Thank you hifijp2002
AD73322 Dual AFE communicates with ADSP-2189m?
I am using 2189m EZ-kit which has a dual Analog Front End AD73322. It is used as a 2 channel ADC and DAC. Does anyone has any...
I am using 2189m EZ-kit which has a dual Analog Front End AD73322. It is used as a 2 channel ADC and DAC. Does anyone has any experience handling the program that communicate between AD73322 and DSP through SPORT? I tried the Talkthrough.asm demo program but it was only for 1 c






