Forums Search for: SHARC
AW: How to use the LDR file to boot my system ?
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
Simulating DMA transfers in VDSP++ 2.0 (SHARC)
inHi, 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.
Dumping Data problem
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
VDSP++ for SHARC and 21xx on the same hard disk
inHi, 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,
PCI emulator for SHARC w/o Visual DSP
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
C runtime environment initialization
inHi, 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 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
Sharc 21065L mulitprocessor and SDRAM
inHello 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
Re: Re: Free Assembler for SHARC?
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, ...
Serial Communication in SHARC
inHai, 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
Free C Compiler or IDE?
inI 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)
Sharc SRU - beware!
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.
BASIC SHARC HELP.
inHi, 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...
Re: Busrequest always asserted
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.
file I/O via SPORTs in SHARC simulator
inHello, all. New to the board. Also new to the SHARC simulator. I'm looking for some code examples that will help me set up the 21062 serial...
Hello, all. New to the board. Also new to the SHARC simulator. I'm looking for some code examples that will help me set up the 21062 serial ports for use in the simulator. From what I've been able to gather from the documentation, the only way to read/write data from/to files when using the simulator is via the serial ports. I need to establish periodic interrupts, read several values into ...
SHARC SPORT Multichannel (TDM) mode
inI'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
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
FW: SHARC 21065 (C compiler call code)
-----Original Message----- From: Burgwedel Friedrich Sent: Tuesday, March 01, 2005 10:56 AM To: 'Mike Rosing';...
-----Original Message----- From: Burgwedel Friedrich Sent: Tuesday, March 01, 2005 10:56 AM To: 'Mike Rosing'; wadsworth_bob Cc: Subject: RE: [adsp] SHARC 21065 (C compiler call code) Hi Mike, hi Bob, > So it looks like
Quad sharc coding problem --- switch/case
inHi, I am working on 14060 quad sharc board. I am having a strange problem with my C code. At the moment I am not doing any...
Hi, I am working on 14060 quad sharc board. I am having a strange problem with my C code. At the moment I am not doing any multiprocessing, I am using the sharcB for my application. I am downloading my application code directly to the on board flash memory.
AW: Compiler error (Sharc 21161) ?!
in> -----Urspr?ngliche Nachricht----- > Von: Jaime Andres Aranguren Cardona [SMTP:] > Gesendet am: Mittwoch, 24. November 2004...
> -----Urspr?ngliche Nachricht----- > Von: Jaime Andres Aranguren Cardona [SMTP:] > Gesendet am: Mittwoch, 24. November 2004 16:43 > An: Bernhard Holzmayer; 'ADSP' > Betreff: Re: [adsp] Compiler error (Sharc 21161) ?! > > Hi Bernhard,