DSPRelated.com

Sharc 21065L mulitprocessor and SDRAM

Started by Anonymous in Analog Devices DSPs24 years ago 2 replies

Hello everybody, I have set up two Sharc 21065L in a multiprocessor enviroment. If they get their code from the external SDRAM,...

Hello everybody, I have set up two Sharc 21065L in a multiprocessor enviroment. If they get their code from the external SDRAM, there is a problem with the switching of bus mastership. One DSP is retaining mastership for over 15 microseconds. But I set up the processors t


AW: How to use the LDR file to boot my system ?

Started by Andor Bariska in Analog Devices DSPs24 years ago

Hi Jackie, we use host booted SHARC systems for our products. What we do is forget about loader programs (these are for...

Hi Jackie, we use host booted SHARC systems for our products. What we do is forget about loader programs (these are for systems with no host in my opinion), but use the host to download the DSP code from a FLASH memory to the SHARC via DMA, and then use the e


Tigersharc Hardware Issue

Started by chetrebeiro in Analog Devices DSPs20 years ago

Hi All, We are developing a Tiger SHARC based board, the design of which is very similar to the AD-TS101S EZKIT LITE. The...

Hi All, We are developing a Tiger SHARC based board, the design of which is very similar to the AD-TS101S EZKIT LITE. The core voltage(1.2V), IO voltage (3.3V) and clock (83.3MHz) seem to be OK. The Tiger SHARC is also recognized by the AD JTAG Emulator, and I am


sport communications

Started by Anonymous in Analog Devices DSPs24 years ago

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.


Serial Communication in SHARC

Started by Anonymous in Analog Devices DSPs24 years ago 1 reply

Hai, SHARC doesn't provide an interrupt when one DMAs data for serial transmission. I've tried out some of the asm codes...

Hai, SHARC doesn't provide an interrupt when one DMAs data for serial transmission. I've tried out some of the asm codes provided in the manual, but it doesn't seem to work out. The only asm code that seems to work is that of the loopback configuration and that to


Tiger SHARC Reset

Started by chetrebeiro in Analog Devices DSPs20 years ago

Hi Does anybody have HDL code for generation of power on reset and normal reset waveforms for tiger sharc. Regards ...

Hi Does anybody have HDL code for generation of power on reset and normal reset waveforms for tiger sharc. Regards Chester


Dumping Data problem

Started by sandeep kumar in Analog Devices DSPs19 years ago

Hi all i have recently switched to VDSP ++ 3.0 but my target board is same as earlier one. balcktip ex 21060 sharc based...

Hi all i have recently switched to VDSP ++ 3.0 but my target board is same as earlier one. balcktip ex 21060 sharc based board.also i ahve chnged my emulator to latest one which can support tiger sharc boards also. i used to collect data from serial port for more t


SPORT of 21061

Started by Anonymous in Analog Devices DSPs22 years ago

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


VDSP++ for SHARC and 21xx on the same hard disk

Started by Anonymous in Analog Devices DSPs22 years ago 6 replies

Hi, I have been wondering if is it possible to do SHARC and 218X-219x development on the same computer, I mean, VisualDSP++ 1.0...

Hi, I have been wondering if is it possible to do SHARC and 218X-219x development on the same computer, I mean, VisualDSP++ 1.0 SP1 and VisualDSP++ 2.0 for 21xx on the same hard disk? Any pointer on how to do it is ver, very welcomed. Best regards,


C runtime environment initialization

Started by ivan...@hotmail.com in Analog Devices DSPs15 years ago 4 replies

Hi, I have to call a C function from a SHARC assembly routine. I have read about assembly and C interfacing in C/C++ Compiler and Library...

Hi, I have to call a C function from a SHARC assembly routine. I have read about assembly and C interfacing in C/C++ Compiler and Library manual for SHARC where I came across the ccall macro. Using this macro I can pass parameters to the C function through registers r4 and r8. I can also see that the result appears in registers r0. However, the program does not return from the C fun...


SPORT as SPI slave

Started by djthurin in Analog Devices DSPs19 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


Re: Re: Free Assembler for SHARC?

Started by Leon Heller in Analog Devices DSPs17 years ago

Analog Devices DSPs----- Original Message ----- From: Steve Conner To: a...@yahoogroups.com Sent: Friday, June 09, 2006 10:23 AM ...

Analog Devices DSPs----- Original Message ----- From: Steve Conner To: a...@yahoogroups.com Sent: Friday, June 09, 2006 10:23 AM Subject: [adsp] Re: Free Assembler for SHARC? Hi, I'm in the same position: I work for a small company with an open-source mentality that balks at paying thousands of bucks for the VisualDSP toolset. So when we wanted to make a product with a DSP, ...


tiger sharc

Started by rama raju in Analog Devices DSPs19 years ago 4 replies

dear friend, i am new to this group. i have to design multiprocessor based design using Tiger SHARC ts101. system consists of 2...

dear friend, i am new to this group. i have to design multiprocessor based design using Tiger SHARC ts101. system consists of 2 processors, one sdram. i would like to know how to connect cluster-bus, and how to boot second processor( host or link boot) ( for first processor i am using


Free C Compiler or IDE?

Started by Jochen Klemm in Analog Devices DSPs23 years ago 3 replies

I am evaluating the Sharc 21065L. I am a private user doing it just for fun and so, the VisualDSP++ - Environment (with...

I am evaluating the Sharc 21065L. I am a private user doing it just for fun and so, the VisualDSP++ - Environment (with C-Compiler) is not affordable for me. Is there a free C-Compiler or Developing Environment for Sharc 21065L available? (For Windows)


BASIC SHARC HELP.

Started by paul...@btinternet.com in Analog Devices DSPs12 years ago 1 reply

Hi, I'm new to DSP programming - though I have experience in assembly programming of micro-controllers. I have a Analog Devices AD-21479 SHARC...

Hi, I'm new to DSP programming - though I have experience in assembly programming of micro-controllers. I have a Analog Devices AD-21479 SHARC EZ-KIT, and I'm trying to program an audio pass-thru using the boards SPDIF In and OUT connectors. I'm using the on-chip SPDIF receiver to take my incoming SPDIF input stream from the SPDIF input socket, and feeding this on to the SPORT 0 serial in. Simi...


SHARC SPORT Multichannel (TDM) mode

Started by Kenneth Porter in Analog Devices DSPs21 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


ADSP-21062L booting problems.

Started by Anonymous in Analog Devices DSPs21 years ago 2 replies

Hi, I am in big troubles. I am in final stage of my DSP project (board developing and testing). I have single SHARC on board....

Hi, I am in big troubles. I am in final stage of my DSP project (board developing and testing). I have single SHARC on board. It is configured to boot from external Flash device. I've created .ldr binary file file with linked boot loader. When I am loading SHARC's memory via JT


Sharc SRU - beware!

Started by Gene Goff in Analog Devices DSPs15 years ago

Dear fellow Sharc programmers, The Signal Routing Unit is a great feature but the documentation is unclear. Beware that when using the Group E...

Dear fellow Sharc programmers, The Signal Routing Unit is a great feature but the documentation is unclear. Beware that when using the Group E Misc registers, you can only use one signal from each group of 5 bits. For example, in the SRU_EXT_MISCA register, you cannot use the MISCA0_I input and the FLAG13_I input simultaneously or they will conflict! Gene Goff Ashly Audio, Inc.


How to load a program to a dsp board?

Started by streetkid in Analog Devices DSPs21 years ago 3 replies

I have a sharc ADSP 21065L spinner PCI board, visual dsp++ 2.0 for SHARC,and DSP21k-32 Toolkit release 5.11. I have written a...

I have a sharc ADSP 21065L spinner PCI board, visual dsp++ 2.0 for SHARC,and DSP21k-32 Toolkit release 5.11. I have written a sample c code of "Hello World",and it can show the simulation result (Hello World) on the output window of visual dsp++. Now,I want t


Multiprocessor Boot from 8-bit EPROM

Started by Waldron, Donald M N-BAE Systems in Analog Devices DSPs22 years ago 2 replies

I have a system with a Quad-SHARC (14060 with four ADSP-21060's) and no host. Unique images for each 21060 plus two shared images...

I have a system with a Quad-SHARC (14060 with four ADSP-21060's) and no host. Unique images for each 21060 plus two shared images will initially reside in 8-bit EPROM. According to the ADSP-2106x SHARC User's Manual (chapter 11), there are two methods of booting a multiprocess