DSPRelated.com

mp3 encoder

Started by sundaresan ramakrishnan in Analog Devices DSPs21 years ago 1 reply

hai friends i just joined the group. i am using 2181 to implement an mp3 encoder( i just will not be able to implement it...

hai friends i just joined the group. i am using 2181 to implement an mp3 encoder( i just will not be able to implement it completely ,but i am using assembly code and will try to get the needed resolution, trying to get something different , mp3 encoder in fixed point dsp) . i tried


Simulink & EzKit2181

Started by jpgiusto in Analog Devices DSPs22 years ago

Hello people! I need some help from you: I have a model made with Simulink, and I need to convert that .mdl file to C. Then I...

Hello people! I need some help from you: I have a model made with Simulink, and I need to convert that .mdl file to C. Then I want to program my Analog Devices 2181 DSP using the VisualDSP++ 2.0 software. I don't know how to convert from the .mdl file to C, and I know th


How do I get around this error (I am using ADSP-2181)

Started by Anonymous in Analog Devices DSPs23 years ago

Hi, I am getting an error which is as follows: [Error E1201] The memory 'ixt_dm' has insufficient free memory to satisfy...

Hi, I am getting an error which is as follows: [Error E1201] The memory 'ixt_dm' has insufficient free memory to satisfy alignment needs of section '.circ7.PPH_TO_TTP_MESSAGE_BUFFER needs 8192 words starting on a 8192 word boundary. Here PPH_TO_TTP_MESSAGE_


"optimization-cycle count"

Started by ranju_pai in Analog Devices DSPs22 years ago 2 replies

hi! does somebody know how to count a no.fo cycles for a given function using adsp-21xx(2181) visual dsp++ without the profile...

hi! does somebody know how to count a no.fo cycles for a given function using adsp-21xx(2181) visual dsp++ without the profile option available? for eg in TI processor one can do the profiling using start=clock(); function(); stop=clock(); since there i


Illegal multifunction instruction & a DO-UNTIL query in ADSP 2181

Started by Ian in Analog Devices DSPs23 years ago 2 replies

Q1 - My assembler is telling me that the following instruction is an illegal multifunction but I can't see anything wrong, and the...

Q1 - My assembler is telling me that the following instruction is an illegal multifunction but I can't see anything wrong, and the processor manual implies that it should be possible MR = MR + MX0 * MX0 (SS), MX0 = DM(I0, M1); Any comments ? Q2 - I ha


External RAM size

Started by Girish in Analog Devices DSPs19 years ago

Hai all guys The ADSP-2181 EZ-kit lite have 80KB of internal RAM , and preferably gives better performance and stability for assembly...

Hai all guys The ADSP-2181 EZ-kit lite have 80KB of internal RAM , and preferably gives better performance and stability for assembly code with host connected (No Hangups !). But i feel some problem when i go for C- coding as it produces code that is bulker code. So i want to connect external RAM for the same. Maximum of h


Handling huge files with EZ-Kit

Started by Prashant Udupa in Analog Devices DSPs24 years ago

I want to process a huge(~0.5Mb) file stored on my PC hard disk with the EZ Kit Lite(2181).I suppose it is to be done in steps...

I want to process a huge(~0.5Mb) file stored on my PC hard disk with the EZ Kit Lite(2181).I suppose it is to be done in steps with chunks of data from disk being transferred to the DSP memory and vice versa during the course of program execution.I would like to know how to do this.


2181 <-> VDSP++2.0

Started by Jaime Andres Aranguren Cardona in Analog Devices DSPs23 years ago 4 replies

Hi everybody Does somebody know how to download the DSP executable file from VDSP++2.0 to the 21XX EzKit Lite, to RUN it, not just...

Hi everybody Does somebody know how to download the DSP executable file from VDSP++2.0 to the 21XX EzKit Lite, to RUN it, not just for debugging? Thanks Jaime Andr?s Aranguren Cardona j...@ieee.org


sinewave generation

Started by Girish in Analog Devices DSPs20 years ago 5 replies

Hai all , I am trying to generate a sine wave from the look up table on ADSP-2181(Fixed point processor).Even i am able to...

Hai all , I am trying to generate a sine wave from the look up table on ADSP-2181(Fixed point processor).Even i am able to get the wave form of desired frequency but the problem is tht i am unable to get the proper shape of sine wave at the peaks. That is peak is getting


FFT calculation

Started by girish tatti in Analog Devices DSPs20 years ago

hello sir, I have doubt with FFT. ADSP-2181 supports FFT libraray. I performed 8-point FFT on a series i am not getting the...

hello sir, I have doubt with FFT. ADSP-2181 supports FFT libraray. I performed 8-point FFT on a series i am not getting the exact results Here is the code #include #include #include #define C 8 vo


Problems with timer on ADSP-2181 EZ-KIT

Started by marko_dsp in Analog Devices DSPs21 years ago

Here is my simple code. The timer work properly only the first "step" run (on simulator). When return from abc the bit of pending ...

Here is my simple code. The timer work properly only the first "step" run (on simulator). When return from abc the bit of pending interrupt request (IREQ) sets on (why?!?) and the program don't attend the end of TCOUNT (jumps from <-). Can anyone help me? #


2181 memory

Started by Rinux in Analog Devices DSPs21 years ago

I connect a ram like in Engineer To Engineer Note EE-39 DSP SRAM A0-A13 A0-A13 D16-D23 A14-A21 D8-D15 D0-D7 CMS CE ...

I connect a ram like in Engineer To Engineer Note EE-39 DSP SRAM A0-A13 A0-A13 D16-D23 A14-A21 D8-D15 D0-D7 CMS CE WR WE RD OE and ADSP-218x DSP Hardware Reference (memory interface ) page 22


adsp-2100 family software

Started by Oliver Sampson in Analog Devices DSPs23 years ago

howdy, I recently got a EZ-KIT Lite ADSP-2181 for evaluation. The manual suggests I get the ADSP-2100 family software package...

howdy, I recently got a EZ-KIT Lite ADSP-2181 for evaluation. The manual suggests I get the ADSP-2100 family software package (Visual DSP++?). I've looked all over the website for pricing info. Anybody know how much it costs? Thanks, ========================


FFT calculation.

Started by Girish in Analog Devices DSPs20 years ago

hello sir, I have doubt with FFT. ADSP-2181 supports FFT libraray. I performed 8-point FFT on a series i am not getting the...

hello sir, I have doubt with FFT. ADSP-2181 supports FFT libraray. I performed 8-point FFT on a series i am not getting the exact results.plz any body suggest me. Here is the code #include #include #include


Real time IIR filter

Started by Girish in Analog Devices DSPs20 years ago 1 reply

Hai all, I am trying to implement *****REAL TIME IIR FILTER***** for ADSP-2181 processor.(Direct form - 2) Or how i...

Hai all, I am trying to implement *****REAL TIME IIR FILTER***** for ADSP-2181 processor.(Direct form - 2) Or how i should modify the code tht is given in ADSP-vol.1 Book ? Has any one experiance on the same ? Do any one of you have assembly or


ADSP-2181 EZ-LAB (21XX EZ-KIT LITE REV 1.00)

Started by Jaime Andres Aranguren Cardona in Analog Devices DSPs23 years ago

Hi! I have that EZ-LAB (the one on "subject") and recently downloaded the VisualDSP++ 2.0 for 21XX development environment, and...

Hi! I have that EZ-LAB (the one on "subject") and recently downloaded the VisualDSP++ 2.0 for 21XX development environment, and also installed the 2181_EZ_KIT_TOOLS_2.00.0 software for using the EZ-LAB within VDSP++2.0. With VDSP ver 7.0 it worked fine, but with VDSP++2.0 i just a get a bulk of proble


UART for 21xx EzKit Lite

Started by Jaime Andres Aranguren Cardona in Analog Devices DSPs23 years ago

Hi guys! I've just finished implementing (best called "porting") the code from de "Enginner to Engineer Note EE-89: Implementing a...

Hi guys! I've just finished implementing (best called "porting") the code from de "Enginner to Engineer Note EE-89: Implementing a Software UART on the ADSP-2181 EzKitLite", but ready for being used within Visual DSP++ 2.00 for 21XX. It also implement a new feature: 38400, 57600 and 115200 baud


ADSP-21xx waitstate question

Started by Steve Conner in Analog Devices DSPs20 years ago

Dear list, I'm working on a project with the ADSP-2181, where I have 8-bit RAM and ROM chips, and an LCD panel, on the bus. The...

Dear list, I'm working on a project with the ADSP-2181, where I have 8-bit RAM and ROM chips, and an LCD panel, on the bus. The memory chips and LCD are pretty slow, so I'm using 5 to 7 waitstates with them all. Meanwhile I have a time-critical ISR that is called 625 times per


On chip timer

Started by ashr...@rediffmail.com in Analog Devices DSPs15 years ago 2 replies

hi all i'm using adsp2181 ezkit lite board. As we all know 2181 has only 1 timer. my requirement is to use this timer for 2 purposes using...

hi all i'm using adsp2181 ezkit lite board. As we all know 2181 has only 1 timer. my requirement is to use this timer for 2 purposes using status condition. i'm using timer for UART and i need to use the same timer for generating some control pulses for my project. my idea is to use a status check. i.e. if dm(status)=1 then the timer is dedicated to UART and if dm(status)=0 the timer is...


PLL implementation using lmx2326 and adsp2181

Started by manish marwaha in Analog Devices DSPs22 years ago 2 replies

greetings!!! i intend to implement a PLL using lmx 2326 a dedicated PLL chip.. and control it using 2181. LMX 2326 accepts...

greetings!!! i intend to implement a PLL using lmx 2326 a dedicated PLL chip.. and control it using 2181. LMX 2326 accepts data as 21bits.. serially.. but adsp can send data only as word lengths of 3-16.. one solution that i have come up with is to u