Forums Search for: SHARC
Development Board
inHi, I am new to the DSP world. I need to develop an application on a board that interfaces Microprocessor to DSP. I am basically working on...
Hi, I am new to the DSP world. I need to develop an application on a board that interfaces Microprocessor to DSP. I am basically working on processing Audio signals from Microprocessor with DSP.I am just curious if I can pick an off-the-shelf board(SHARC Processor) running linux preferably that I can use for development. Thanks, Raghu
Reg-Sports
inHi Everybody, I am Sreedhar, i am a new member of this group. I am reading sharc 21266 hardware reference manual. ...
Hi Everybody, I am Sreedhar, i am a new member of this group. I am reading sharc 21266 hardware reference manual. I am reading serial ports chapter. In the data word format section. it is given as when DIFS = 1 and SPTRA
Tiger Sharc LDR/DXE related question - Accessing the init value of a global variable
Hello All, Is there a way to tell what the initial value of a global variable has been set to from the ldr or dxe file? I am trying use a global...
Hello All, Is there a way to tell what the initial value of a global variable has been set to from the ldr or dxe file? I am trying use a global variable for version control and would like to see how access the global variable without having to load the code into H/W or simulator. Thanks. Regards. BSA
host port...
Hi, Has anyone connected a host port to an isa bus? Any pointers? What I'd like to do is make myself a couple of...
Hi, Has anyone connected a host port to an isa bus? Any pointers? What I'd like to do is make myself a couple of pc/104 dsp cards, one with a 2191 and another with a 21161. I did a web search and found a couple of sharc based cards, but they were bi
Multi channel code needed for Tiger Sharc
Hello i need multi channel code template for TigerSharc can anyone tell me where to get it from.just like i see TI DSP Algo+DSPBIOS...
Hello i need multi channel code template for TigerSharc can anyone tell me where to get it from.just like i see TI DSP Algo+DSPBIOS templates Regards Maria Mountford
VDSP++, DMA, Serial Port
Hi! Would someone provide code examples on how to simulate chained DMA transfers from Serial Port1 on ADSP-21160 whithin...
Hi! Would someone provide code examples on how to simulate chained DMA transfers from Serial Port1 on ADSP-21160 whithin VisualDSP++ 2.0 for SHARC, gathering the data in blocks of 32 samples from an exernal .dat file in floating poin format? I've tried everything from the manuals and newsgroups
How to set up clock in sharc processor?
inHi all i am working on a application which require me to have a continous UTC clock.how can i setup a clock in 21060? is there any...
Hi all i am working on a application which require me to have a continous UTC clock.how can i setup a clock in 21060? is there any ready made function.can it be done by using processor's 40Mhz clock. any idea about coding? As this is internally genrated clock,it wont be very
external heap problems in sharc 21161
inHi All, We are having problems when we specify heap in external memory. We are using Visual DSP++ 3.0 on 21161N EZ-Kit (Rev...
Hi All, We are having problems when we specify heap in external memory. We are using Visual DSP++ 3.0 on 21161N EZ-Kit (Rev 2.2); the kernel that comes with Visual DSP++; PCI emulator (Rev 7.0.0.0). We've written a very simple application which works if we specify
AD1819A Group delay
Hello I'm working on SHARC EZ-Kit and I connect DAC to ADC in order to determine group delay, just by applying a pulse via...
Hello I'm working on SHARC EZ-Kit and I connect DAC to ADC in order to determine group delay, just by applying a pulse via DAC : I measure 24 samples instead of 12 specified by Analog. Does anybody can help and give me his measure to determine who is right!!
AD1819 master slave
Hi to All of you. I am currently interfacing a master slave configuration of the AD1819A to the ADSP-21065L SHARC processor. I was...
Hi to All of you. I am currently interfacing a master slave configuration of the AD1819A to the ADSP-21065L SHARC processor. I was wondering if any one of you guys know how to daisy chain these codecs. My master is working well, but my slave codec doesn't seem to respond to sti
DSP IDs reversed for AD14060 or VisualDSP?
inI'm using the AD14060 Quad SHARC (four ADSP-21060s). The DSP IDs read from the SYSYTAT registers are reversed from what is expected;...
I'm using the AD14060 Quad SHARC (four ADSP-21060s). The DSP IDs read from the SYSYTAT registers are reversed from what is expected; In VisualDSP++ 2.0, DSP_A reports an ID of 4, DSP_B's ID is 3, DSP_C's ID is 2 and DSP_D's ID is 1. This leads to the LDF file having the incorrect MPMEMORY
SHARC EZ-KIT and static electricity
inHi all, We recently started to work with the Ez-kit 21369 evaluation board from ADI. Compiling, Flashing and running algorithms works like a...
Hi all, We recently started to work with the Ez-kit 21369 evaluation board from ADI. Compiling, Flashing and running algorithms works like a charme. BUT we suddenly destroyed 2 boards. And thus bought an antistatic mat with antistatic wrist band. Despite of lots of precaution playing with the board we still destroyed 3 of them after while... It seems that the processor still r...
AW: matrix inversion
in> Does anybody know a SHARC assembler routine for matrix inversion? The > one described in the ADSP21000 Family Applications...
> Does anybody know a SHARC assembler routine for matrix inversion? The > one described in the ADSP21000 Family Applications Handbook doesn't > work with ADSP21061. Hi Ralph, why exactly doesn't that algorithm work for the 61? Too little memory? Re
how to activate multiple DMA channels
inHi everybody i am working on SHARC ADSP 21060.i want to use multiple DMA channels at the same time. actually i am reading...
Hi everybody i am working on SHARC ADSP 21060.i want to use multiple DMA channels at the same time. actually i am reading data thru serial port 1 in blocks of 1ms and processing this data. after every 20 ms i need to transfer 1 bit, i get after this processing.these
Re: Digest Number 1324
> i am facing one problem regarding the sweep waves generation from the sine generator. > actually the sweep waves are continous sine wave...
> i am facing one problem regarding the sweep waves generation from the sine generator. > actually the sweep waves are continous sine wave with varing frequencies. > > but the problem is when the frequency changes the amplitude also changes. > > i am doing asm coding on the 21365 ADSP sharc processor. > > please help me o
AD1819 on SPORT0
Hi to all. I am currently daisy chaining AD1819A on the serial ports of a ADSP-21065L SHARC. I am having a problem with the master...
Hi to all. I am currently daisy chaining AD1819A on the serial ports of a ADSP-21065L SHARC. I am having a problem with the master AD1819A codec on SPORT0, and doesn't know what really happens. I just found out that the AD1819A sends out the codec ready bit it is supposed to se
Re: circular buffers using C/C++/ absolute adresses
inhello, if I use circular buffers on the sharc, I dont' access them from the C environment. If something is so time-critical,...
hello, if I use circular buffers on the sharc, I dont' access them from the C environment. If something is so time-critical, that I need to use specific hardware features of a processor, I almost every time go down to assembly. regarding the macros in macros.h, th
A query regarding ADSP 21060 Linkport Usage!
Hi, I am using VisualDSP tools(Release version 2.2) for the SHARC processors. I am completely new to ADSP tools. I am trying to...
Hi, I am using VisualDSP tools(Release version 2.2) for the SHARC processors. I am completely new to ADSP tools. I am trying to experiment with data transfers through LinkPorts. When I tried with the LoopBack examples(both the core access and DMA access) given in the manual, I was
Simulating Serial Ports in VDSP++2.0 for SHARC
inHi, Would someone explainme why and how to correct the following: Using the ADSP-2116x simulator for ADSP-21160, if I set the SPEN...
Hi, Would someone explainme why and how to correct the following: Using the ADSP-2116x simulator for ADSP-21160, if I set the SPEN bit on SRCTL1 the simulator shows a dialog where stands "Port doesn't exist or isn't opened". I set for example like this: R0 = 0x00000000; dm(SRCTL1) = R
ATAPI driver
Hi all, I'm developping an ATAPI driver for Sharc DSP (21161, 21065). I'm looking for people who have done it or have a good...
Hi all, I'm developping an ATAPI driver for Sharc DSP (21161, 21065). I'm looking for people who have done it or have a good idea to the problem that can occur (hard, soft) with 8/16 bits devices. I've done a test board based on a ADSP-21161EZ-KITLite board (DSP v