DSPRelated.com

Interfacing Sharc 21369 EZ-kit to AD1955 eval board

Started by David in Analog Devices DSPs16 years ago 2 replies

Does any know if an app note exists on interfacing an AD1955 DAC eval board to a ADSP-21369 SHARC Ezkit? I'm thinking of using I2S from the...

Does any know if an app note exists on interfacing an AD1955 DAC eval board to a ADSP-21369 SHARC Ezkit? I'm thinking of using I2S from the SHARC and connect to the AD1955 board through the PCM connector. Any ideas where someone might find sample code and hardware ideas for this? Thank you, -David


FFT implementation in SHARC

Started by Scott in Analog Devices DSPs23 years ago

Dear All: My application is for radar data processing, the range cells to be processed are 512 and the FFT size is 256. Does...

Dear All: My application is for radar data processing, the range cells to be processed are 512 and the FFT size is 256. Does anyone can tell me which SHARC processor can do the task within 10 msec? mike


Ethernet interfacing with SHARC 2106x

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

hi, every one... i'm doing my BE project in BEL. i'm suppossed to ethernet[LAN91c111] interfacing using SHARC multiprocessor board. can you...

hi, every one... i'm doing my BE project in BEL. i'm suppossed to ethernet[LAN91c111] interfacing using SHARC multiprocessor board. can you people guide me with the hardware and coding part. i'll be hoping some help soon... thank you!


SHARC 21065

Started by wadsworth_bob in Analog Devices DSPs19 years ago 4 replies

Hello, I am using the SHARC 21065 processor. At the end of some of the code I have inherited, the following code exists:...

Hello, I am using the SHARC 21065 processor. At the end of some of the code I have inherited, the following code exists: _exit: i12=dm(m7,i6); jump (m14,i12) (db); rframe; nop; .ENDSEG; Can anyone tell me what this is


Help for DSP Sharc 21061

Started by diozdi in Analog Devices DSPs20 years ago 1 reply

Hello, I'd like to apologize for my english but it isn't my native speech. I'm a french student and I have some problems for...

Hello, I'd like to apologize for my english but it isn't my native speech. I'm a french student and I have some problems for understanding the the using of ADSP Sharc 21061: 1) I have to control and receive informations from an High Speed ADC (40 Msps) in 10 or 12


SHARC AND RS232

Started by Anonymous in Analog Devices DSPs22 years ago

Hi, I'd like to connect my board sharc 21061 ez-kit lite to the pc via the rs232. I'd like to use visual basic 5 or c++ builder. Can...

Hi, I'd like to connect my board sharc 21061 ez-kit lite to the pc via the rs232. I'd like to use visual basic 5 or c++ builder. Can anyone help me? Christian Pasin


PCI emulator for SHARC w/o Visual DSP

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

Does anyone know if it's possible to get a PCI or USB emulator for ADSP-2106x SHARC processors without having to buy Visual DSP? We use the 3.3...

Does anyone know if it's possible to get a PCI or USB emulator for ADSP-2106x SHARC processors without having to buy Visual DSP? We use the 3.3 version of ADI tools and are not planning on changing code to accomodate the ELF file format that is used in the new tool suite. Thanks in advance -Al


SPORT TDM mode

Started by Kenneth Porter in Analog Devices DSPs23 years ago

I'm interested in using the SHARC 21065L SPORT for communication among up to 6 single-SHARC boards in a rack, using the TDM feature....

I'm interested in using the SHARC 21065L SPORT for communication among up to 6 single-SHARC boards in a rack, using the TDM feature. Are there any examples available that show how to set this up? Using 30 time slots, I can exchange up to 5 words per card with each frame, and I


Problem in Sending Data Byte by Byte on serial (SHARC 21060)

Started by Arshad in Analog Devices DSPs15 years ago 1 reply

Hello i am using SHARC ADSP 21060. is there any way of sending data Byte by Byte on serial using c not assembly. the problem here is that...

Hello i am using SHARC ADSP 21060. is there any way of sending data Byte by Byte on serial using c not assembly. the problem here is that all data types are 32-bit and the compiler doesn't allow byte shifting in float. also byte adressing mode is not available in SHARC 21060. Looking Forward M. Arshad Khan


MP3 decoder

Started by Laurent in Analog Devices DSPs17 years ago 1 reply

Hi all, I am currently searching for a MP3 decoder especially for the SHARC platform ( 2136x / 2137x ). Would someone on the list know where...

Hi all, I am currently searching for a MP3 decoder especially for the SHARC platform ( 2136x / 2137x ). Would someone on the list know where i can find an open-source library ( like mpg123 ) ? I even don't know about the feasibility on the SHARC 21369, in term of memory footprint of such a MP3 decoder. Also, i have no idea about the bandwidth it would take for real time decoding of a...


Tiger sharc TS201 EPROM Boot

Started by raja_mahendra10 in Analog Devices DSPs16 years ago 1 reply

Hi Members Iam new to Tigersharc TS201 processor. I have gained some knowledge using Tiger sharc TS201 EZ-lite kit. Now, Iam designing...

Hi Members Iam new to Tigersharc TS201 processor. I have gained some knowledge using Tiger sharc TS201 EZ-lite kit. Now, Iam designing a board with a Tiger sharc TS201 Processor I have connected the BMS Pin of TS201 to the FLASH. I need to do the PROM boot from the FLASH. (just to execute the code that boot the processor) My queries 1. From the Evaluation kit i have the code T...


Qs on PN generation on Tiger Sharc

Started by P.B. Srinivas in Analog Devices DSPs19 years ago

Hi ! I am a Tiger Sharc newbie. I have a question on (CDMA type) PN generation on the TigerSharc DSP. Can I generate...

Hi ! I am a Tiger Sharc newbie. I have a question on (CDMA type) PN generation on the TigerSharc DSP. Can I generate multiple PN bits in a single cycle ? Thanks in Advance for your replies.. - P.B. Srinivas


sharc linkports

Started by Per Karlstrand EMW in Analog Devices DSPs24 years ago 2 replies

Hi I'm using three Sharc 21060, for the comunication between them i'm using dma's on the linkports. Here is my question, if...

Hi I'm using three Sharc 21060, for the comunication between them i'm using dma's on the linkports. Here is my question, if lstat=3 on one of the linkports (=the incomming buffer is full), what happens then? is the buffer cleared the next time I want to use the linkport? or is


SHARC dtmf decode

Started by Steve Holle in Analog Devices DSPs19 years ago

Does anyone have some example source code for decoding dtmf on the SHARC family DSPs? How about Goertzel? Thanks for your help. ...

Does anyone have some example source code for decoding dtmf on the SHARC family DSPs? How about Goertzel? Thanks for your help. -------------------------- Steve Holle Link Communications, Inc. 1035 Cerise Road


Simulating DMA transfers in VDSP++ 2.0 (SHARC)

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

Hi, Would somebody please explainme how can I simulate DMA transfers from a CODEC attached to a Serial Port to an ADSP-21160...

Hi, Would somebody please explainme how can I simulate DMA transfers from a CODEC attached to a Serial Port to an ADSP-21160 using VisualDSP++2.0 for SHARC? Data for simulation is on an external text file. Thanks a lot, Jaime Andres Aranguren C.


ADSP 21065L Tools

Started by frederic_lhuillery in Analog Devices DSPs21 years ago 1 reply

Hi, I'm using the SHARC dsp ez-kit lite with a 21065L. I can't use visualdsp++ because of the restrictions (and of course the...

Hi, I'm using the SHARC dsp ez-kit lite with a 21065L. I can't use visualdsp++ because of the restrictions (and of course the price !) My question is : somebody who worked before with a SHARC 21060 gave me his tools, and i'm not sure if they work with my kit. This tools a


Re: Busrequest always asserted

Started by Kenneth Porter in Analog Devices DSPs24 years ago

One SHARC is always the bus master, and will hold BR until another asserts its BR. If the original bus master does not need the bus...

One SHARC is always the bus master, and will hold BR until another asserts its BR. If the original bus master does not need the bus at that point, it will deassert BR, granting the transfer of ownership. The new bus master will then hold the bus until another SHARC asks for it.


Free asssembler for SHARC?

Started by bo_v...@hotmail.com in Analog Devices DSPs17 years ago 1 reply

Hello people, i am new in DSP-programming so please correct me if i am wrong. I would like to program one of the new SHARC DSP's for my final...

Hello people, i am new in DSP-programming so please correct me if i am wrong. I would like to program one of the new SHARC DSP's for my final thesis this fall. Analog Devices offers their very nice VisualDSP++. Some people are interested in buying what i am about to make and if i use VDSP++ i will have to buy a lisence (more than 3.000 $) before i can sell what i have developed with VDSP++. ...


Sharc 21369 Interrupts problem

Started by get2...@hotmail.com in Analog Devices DSPs16 years ago

Hello, We are new to DSPs and have recently been required to use the Sharc processor. We've just spent some time trying to understand and get an...

Hello, We are new to DSPs and have recently been required to use the Sharc processor. We've just spent some time trying to understand and get an interrupt signal working. Unfortunately we're quite confused as to how the code goes about looking up interrupts when they happen. Currently we need a very simple interrupt to occur: when a pin on the DPI goes high (rising edge), an interrupt is set. Thi...


Single processor multiple boot from 8 bit EPROM

Started by olesenlars in Analog Devices DSPs17 years ago 3 replies

Hi all I am just starting to learn about the sharc family of ADSP-..., previously I have only been using ADSP-218x processors so please...

Hi all I am just starting to learn about the sharc family of ADSP-..., previously I have only been using ADSP-218x processors so please bear with me if this question is trivial to experienced sharc users. Due to an expected memory constraint in the project I have just been assigned to which will be using the ADSP-21375, we want to split out some of the software to different builds which mu...