DSPRelated.com

I2S DMA problem

Started by andrewjm2 in Analog Devices DSPs21 years ago 1 reply

Using a 21065l serial port as a slave-mode receiver in I2S mode and trying to get chained DMA working. Problem is this: after ...

Using a 21065l serial port as a slave-mode receiver in I2S mode and trying to get chained DMA working. Problem is this: after initializing the serial port and starting the DMA chain by writing to the CP register, it is impossible to know whether the first item in the multiplexed outp


How to use the LDR file to boot my system ?

Started by JackieChen in Analog Devices DSPs24 years ago

Hello All, I am using the SHARC-21065L to develop my system .But I have a problem with the boot sequence with host booting...

Hello All, I am using the SHARC-21065L to develop my system .But I have a problem with the boot sequence with host booting ,does someone have the experience of designing the hardware and software for host booting ? How do I use the LDR file to boot my system ?If you giv


fscanf with visual dsp for ADSP 21065

Started by Kundan Nepal in Analog Devices DSPs22 years ago 2 replies

Hi Guys, I am trying to read in a simple vector from a text file into ADSP 21065L EZ-LITE KIT evaluation board. I have Visual...

Hi Guys, I am trying to read in a simple vector from a text file into ADSP 21065L EZ-LITE KIT evaluation board. I have Visual DSP as the IDE. When i have a fscanf or a fread in the c code, i get the following error: [Error E2007] Out of memory in memory segment "se


C++ compiler bug: clip()

Started by Kenneth Porter in Analog Devices DSPs23 years ago

The C++ compiler fails to use the builtin CLIP instruction when the clip() function is invoked. Compile the following 2-line...

The C++ compiler fails to use the builtin CLIP instruction when the clip() function is invoked. Compile the following 2-line program: #include int foo(int a, int b) {return clip(a,b);} Using "cc21k -S -21065L foo.cpp", the resulting code uses


problem with LCNTR

Started by ranjith ranjith in Analog Devices DSPs19 years ago 1 reply

hello, I recently started  working with the adsp-21065L ez-kit. While i was running sample programs i got a problem that...

hello, I recently started  working with the adsp-21065L ez-kit. While i was running sample programs i got a problem that instruction "LCNTR" not working. It has been bypassed.control comes to that instruction and directly jumps out of the counter without im


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


Multiprocessing

Started by Nermin Kapetanovic in Analog Devices DSPs23 years ago 1 reply

Hi, I have a application which involves 2 21065L DSP.Could some please tell me is it possible to acces IOP registers...

Hi, I have a application which involves 2 21065L DSP.Could some please tell me is it possible to acces IOP registers from the one to the another??????(from master to


Hardware : 21065L - Codec Interface

Started by ajith_pc in Analog Devices DSPs21 years ago

Hi Happy Valentine's Day. i wish to interface a AC97 sound codec to ADSP21065L processor in a multichannel mode( through serial...

Hi Happy Valentine's Day. i wish to interface a AC97 sound codec to ADSP21065L processor in a multichannel mode( through serial port1). As per ADSP21065L manual the RFS (frame sync for codec) will active for one clock cycle in multichannel mode. One clock period is 81.4nS at


Board ADSP-21065L EZ-LAB

Started by Javier Valenzuela in Analog Devices DSPs23 years ago

Hi to All!       Does somebody of the group that has added the interfaz EMAFE (two conversor A/D more)?   ...

Hi to All!       Does somebody of the group that has added the interfaz EMAFE (two conversor A/D more)?   Thanks to All,    Regards. 


volatile structs

Started by Kenneth Porter in Analog Devices DSPs23 years ago

It appears that VDSPC++' handling of the volatile keyword in C++ is wrong. Compile the following short program with "cc21k -c -c++...

It appears that VDSPC++' handling of the volatile keyword in C++ is wrong. Compile the following short program with "cc21k -c -c++ -21065L foo.cpp" (build 606). The resulting error message is '"foo.cpp", line 8: error: class "x" has no suitable copy cons


Where to find "new65Ldefs.h" in VDSP++ 4.5?

Started by guelcki in Analog Devices DSPs17 years ago

Hello! I'm using an EZ KIT LITE 21065L demo board with VDSP++ 4.5. In most of the listings in the app note AN-1819 the header file...

Hello! I'm using an EZ KIT LITE 21065L demo board with VDSP++ 4.5. In most of the listings in the app note AN-1819 the header file "new65Ldefs.h" is used. The listings are written for VDSP++ 4.x but I can not find this header file in my 4.5. Does anyone know where to find this file? Best regards Timo Guelck


21065L DMA delay

Started by simon_hutton2002 in Analog Devices DSPs22 years ago

I am writing code to DMA out of the the SPORT port 3 bytes every 138.9usec (7200 times a second). I am using TIMER0 to generate an ...

I am writing code to DMA out of the the SPORT port 3 bytes every 138.9usec (7200 times a second). I am using TIMER0 to generate an interrupt at 138.9usec, the interrupt service routine sets up the DMA transfer of 3 bytes if data and initiates the transfer. Timing of the interrupt pro


21065l ezkit eprom

Started by Harry J Kuhar in Analog Devices DSPs20 years ago 1 reply


Out of memory in output section 'seg_imu' in processor 'p0'

Started by m_z_...@yahoo.com in Analog Devices DSPs16 years ago 4 replies

HI I am using ADSP-21065L and encounter with the following error /////////////// ERROR DURING COMPILATION ///////////////// 24467 bytes...

HI I am using ADSP-21065L and encounter with the following error /////////////// ERROR DURING COMPILATION ///////////////// 24467 bytes eliminated in processor 'p0' For more details, see 'linker_log.xml' in the output directory. [Error li1040] ".\INS30.LDF":149 Out of memory in output section 'seg_imu' in processor 'p0' Total of 0x2a5 word(s) were not mapped. For more details, s...


21065L double Precision Multiply

Started by John Henry in Analog Devices DSPs19 years ago 4 replies

Hi, I'm trying to find a way to do double precision multiplication, giving that the inputs to the multiplication are double precision also....

Hi, I'm trying to find a way to do double precision multiplication, giving that the inputs to the multiplication are double precision also. I know how to do single multiplies rn=ra*rb; no issue, only 32bit * 32bit => 32 bit. mrf=rn*rb; also, no issue, only 32bit * 32b8t => 80bit But for this one multiple, I need to do 64bit * 64 bit =>64bit, and


21065L, Running Code goes aperiodic to HW boot loader?

Started by John Henry in Analog Devices DSPs19 years ago 7 replies

Hi, Peculiar situation arising. Aperiodically, when running the full product code, I get reset into the HW 256 byte boot loader. I know...

Hi, Peculiar situation arising. Aperiodically, when running the full product code, I get reset into the HW 256 byte boot loader. I know for a fact that it is the HW boot loader because it first loads a product specific boot loader I wrote, that has a given running mode that is lost as soon as it loads any of the product codes. Remember, I'm the one that re-


How to load and run a program on ADSP-21065L or 2106x using only consol applications from Visual DSP++

Started by vadi...@yahoo.com in Analog Devices DSPs16 years ago

Hi, I'm newbie in ADSP processors, I have .dxe executable. How to load and run it on ADSP using only console applications (elfloader, etc) from...

Hi, I'm newbie in ADSP processors, I have .dxe executable. How to load and run it on ADSP using only console applications (elfloader, etc) from Visual DSP++? I have to load application from ARM device to ADSP using RS-232 and run it, so I would like to know how Visual DSP loader works. Sorry for my english) Thanks.


SPORT sh65L

Started by arTh in Analog Devices DSPs20 years ago 5 replies

Hi !   I'm using custom board with 21065L. I've connected 2 sharcs via serial ports and i'm sending single 32bit...

Hi !   I'm using custom board with 21065L. I've connected 2 sharcs via serial ports and i'm sending single 32bit words. Transmision is interrupt driven:


Re: Ldf program in ADSP 21065L

Started by alokmodak in Analog Devices DSPs22 years ago

Hi, I think redifing the ldf file will solve the problem. You can put all your program or the data  memory as required in the...

Hi, I think redifing the ldf file will solve the problem. You can put all your program or the data  memory as required in the external memory and then compile. seg_rth  { TYPE(PM RAM) START(0x00020000) END(0x000200ff) WIDTH(48) } seg_init { TYPE(PM RAM) START(0x00020100) END(0x00


GSM

Started by Nermin Kapetanovic in Analog Devices DSPs23 years ago 1 reply

Hallo; Can somebody help me to choose the adequate C compiler for development of GSM applications on ADSP 21065L ? ...

Hallo; Can somebody help me to choose the adequate C compiler for development of GSM applications on ADSP 21065L ?