DSPRelated.com

LINK PORT DEBUGGING ADSP-21060 MP

Started by Anonymous in Analog Devices DSPs20 years ago

Does anyone know how to use the simulator to simulate two processors connected through a link port. I am trying this, but it just...

Does anyone know how to use the simulator to simulate two processors connected through a link port. I am trying this, but it just seems like the message is not getting across.


AW: A doubt in ADSP 21060 Programming..

Started by Andor Bariska in Analog Devices DSPs24 years ago

> Hi, > > Do we have Boolean variables in 210xx Assembly language? Or > I'll put it > this way. > Can I set a flag which is...

> Hi, > > Do we have Boolean variables in 210xx Assembly language? Or > I'll put it > this way. > Can I set a flag which is user-defined based on the result of > a logical > expression? This flag I would like to use in the Instruction "D


array reference problem

Started by hemant ramdasi in Analog Devices DSPs21 years ago

Hi all, I am using VDSP++ simulator for 21060. I have two globally declared arrays sw[256] and ww[8192]in a c file. I...

Hi all, I am using VDSP++ simulator for 21060. I have two globally declared arrays sw[256] and ww[8192]in a c file. I want to access them in one of my asembly function.This means, i want to get base address of these arrays in one of the index register


Query related to ADSP 21060/21160

Started by sundi in Analog Devices DSPs23 years ago

Dear all, We are working with SHARC ADSP21060 and ADSP21160 processors. We have certain issues relating to Pheripherals and...

Dear all, We are working with SHARC ADSP21060 and ADSP21160 processors. We have certain issues relating to Pheripherals and their interrupts. we will explain the whole scenario of our setup: The total flow of execution is divided into 3 sections: section 1:


SPORT1

Started by Jeremy Gleeson in Analog Devices DSPs21 years ago 1 reply

I am using the EZkit lite with the 21060. I am trying to receive audio data using sport1 and then send it to the DAC on sport0....

I am using the EZkit lite with the 21060. I am trying to receive audio data using sport1 and then send it to the DAC on sport0. I am using external serial clock, rfs, etc. I am editing the supplied tt.c file but am feeling somewhat overwhelmed by the vast number of conf


about internal error

Started by hemant ramdasi in Analog Devices DSPs21 years ago

Hi all, I am using vdsp2.0 version on P-III machine for 21060 processor. I am getting following internal error when i try to ...

Hi all, I am using vdsp2.0 version on P-III machine for 21060 processor. I am getting following internal error when i try to build the project. The code was working well, but i can't find what is happening now. The error that compiler generates is &quo


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


sampling rate

Started by alon andorn in Analog Devices DSPs21 years ago 1 reply

Hi Im using sharc 21060 . I need to sample my signal at a rate of 250Hz . What is much easier and accurate? Using the...

Hi Im using sharc 21060 . I need to sample my signal at a rate of 250Hz . What is much easier and accurate? Using the codec at 8k sample rate and taking every 32 sample ignoring the other 31 samples. or using a timer interrupt. Thanx yuv


Intilization of External memory

Started by SUNDARARAMAN S in Analog Devices DSPs24 years ago

hi all, I have a doubt. we are doing a project in which a external variable has to be intialized with values. we are working with...

hi all, I have a doubt. we are doing a project in which a external variable has to be intialized with values. we are working with the ADSP 21060 and we are using the JTAG interface to monitor the processors status. The following two methods failed. The external memory segment w


static variable

Started by hemant ramdasi in Analog Devices DSPs21 years ago 1 reply

Hi all, I am using vdsp 2.0 and SHARC 21060. I have one function written in c, which has two arrays declared as static. ...

Hi all, I am using vdsp 2.0 and SHARC 21060. I have one function written in c, which has two arrays declared as static. Now I want to write code for this function in assembly. But I do not understand how to access the static array in assembly?


assembly problem

Started by hemant ramdasi in Analog Devices DSPs21 years ago 7 replies

Hi all, I am using adsp-21060 .I have written a simple mixed c/assembly code.It compiles correctly but a linker error occures...

Hi all, I am using adsp-21060 .I have written a simple mixed c/assembly code.It compiles correctly but a linker error occures when try to build. The code is in .c file -------------------------------- #include #include


random problem-- need help

Started by sandeep kumar in Analog Devices DSPs20 years ago 1 reply

Hi i am workin on Sharc 21060 blacktip Ex board. i am facing a problem which is quite random in nature. In Visual DSP...

Hi i am workin on Sharc 21060 blacktip Ex board. i am facing a problem which is quite random in nature. In Visual DSP enviorment whenever i go in to debugger and loads my program on procesor, i expect the processor to halt at main(), as i have selcted it in options.


How to generate bootable Code for ADSP 21060

Started by Anonymous in Analog Devices DSPs23 years ago 1 reply

Hello to all, we built our application using VDSP 4.10 and the White Mountain emulator. Now we want to start our application...

Hello to all, we built our application using VDSP 4.10 and the White Mountain emulator. Now we want to start our application directly from Boot- Eeprom but we're not sure how to tranfer the hex-file there with our emulator tool. Can anybody give us some informations plea


Fwd: Re: memory reusabilty and real time

Started by Bernhard Holzmayer in Analog Devices DSPs20 years ago 2 replies

On Tuesday 22 June 2004 17:56, sandeep kumar wrote: > Hi all > i am working on SHARC 21060 using VDSP++ 3.5.i have reached a ...

On Tuesday 22 June 2004 17:56, sandeep kumar wrote: > Hi all > i am working on SHARC 21060 using VDSP++ 3.5.i have reached a > stage in my project,where i have to combine various modules which > will be invoked in sequential manner, at differnt times, in real


first malloc works, second not working

Started by Matt Weber in Analog Devices DSPs19 years ago

Hello Everyone, Well I have an interesting problem with my project. I have ported an Mp3 decoder to the SHARC and got it working on the...

Hello Everyone, Well I have an interesting problem with my project. I have ported an Mp3 decoder to the SHARC and got it working on the 21065L, and 21060. The project is written in C and has one assembly function. In order to create enough storage space for my mp3 buffer I created a secondary heap which is in external memory. One both the 065L and the 060


A doubt in ADSP 21060 Programming..

Started by Srinivas Andra in Analog Devices DSPs24 years ago 1 reply

Hi, Do we have Boolean variables in 210xx Assembly language? Or I'll put it this way. Can I set a flag which is user-defined...

Hi, Do we have Boolean variables in 210xx Assembly language? Or I'll put it this way. Can I set a flag which is user-defined based on the result of a logical expression? This flag I would like to use in the Instruction "DO label UNTIL flag". Thanks


Interrupt and decrement of CURLCNTR twice?

Started by kjayanth.rm in Analog Devices DSPs21 years ago 1 reply

hi, We are observing the following on ADSP-21060 and ADSP-21160. If an interrupt hits at the third last instrucion before...

hi, We are observing the following on ADSP-21060 and ADSP-21160. If an interrupt hits at the third last instrucion before the loop termination, then the 'CURLCNTR' (Current loop counter) gets decremented once on getting out of the ISR and once after executing that


cfft routine in VDSP2.0

Started by amol gavande in Analog Devices DSPs21 years ago 5 replies

hi everybody, I am developing one program in C in VDSP2.0 for 21060 processor in which I am using cfft512,cfft256,cfft128...

hi everybody, I am developing one program in C in VDSP2.0 for 21060 processor in which I am using cfft512,cfft256,cfft128 routines. I had also included the header file named "trans.h" & the path is also correct, but still the VDSP is giving linker error as the ro


How to set up clock in sharc processor?

Started by sandeep kumar in Analog Devices DSPs20 years ago 1 reply

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...

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


1 khz sinewave generation

Started by smi_ms2003 in Analog Devices DSPs18 years ago 1 reply

hi everybody, i have interfaced adsp 21060(sharc processor)to codec ad1836.i am new to codec.i have configured codec internal register...

hi everybody, i have interfaced adsp 21060(sharc processor)to codec ad1836.i am new to codec.i have configured codec internal register through SPI, and all adsp serial port stuff.if i want to generator exactly 1kz frequecy what are the data input i should send it to codec.How to calculate those data value.which formula i shoud use.please let me know this and