Forums Search for: ADSP-2106
Using external memory of ADSP-21065L
inHi! I'm having a problem with my thesis. I need to know how to use the external memory of ADSP-21065L. My thesis is about MP3 Decoder using...
Hi! I'm having a problem with my thesis. I need to know how to use the external memory of ADSP-21065L. My thesis is about MP3 Decoder using ADSP-21065L with audio enhancements. An MP3 file should come from an external memory, i.e. SDRAM, SD card. Now I don't know how to interface this to the dsp board. I would really appreciate any help from you. Thank you!
Re: SDRAM to the 21065L
Please refer to the chapter-10 of ADSP-21065L User Manual. The minimum size supported for SDRAM is 16 MBytes. If you use any size less than 16...
Please refer to the chapter-10 of ADSP-21065L User Manual. The minimum size supported for SDRAM is 16 MBytes. If you use any size less than 16 MBytes (as you seem to be currently asking), you will not be able to use some of the address ranges of SDRAM - because these address ranges will be aliased to some other address ranges. For example with 8MByte SDRAM (as you are asking), (1) remaining ...
flash memory to ADSP-21065L
inHi! I'm planning to use a flash drive for memory expansion of ADSP-21065L. To interface this (flash drive) to the DSP board, I will use a...
Hi! I'm planning to use a flash drive for memory expansion of ADSP-21065L. To interface this (flash drive) to the DSP board, I will use a USB female port to 9 pin female serial port connector. The 9 pin female serial port is to be connected to the EMAFE of the DSP board and the USB female port to the flash drive. How can I connect the USB port to the serial port? Will that be a simple ...
Visual Basic and ADSP.. need a little help
Hi! I'm new with VB and VisualDSP++. I am doing a GUI that should be able to access the ADSP 21065L's memory but I encountered lots of problems...
Hi! I'm new with VB and VisualDSP++. I am doing a GUI that should be able to access the ADSP 21065L's memory but I encountered lots of problems doing it. The major one is this: I used the ExecuteTcl() command passing just the basic TCL command "DSPrun" as parameter. The exact code is: Option Explicit Dim result as Variant Private Sub cmdRun_Click() exe = ExecuteTcl("dsprun", ...
Problem in VDSP4.0 for SHARC
Dear Sir/Madam, We are presently using ADSP-21065L processor, VDSP++ 4.0. While simulating the project attached with this mail, we are facing...
Dear Sir/Madam, We are presently using ADSP-21065L processor, VDSP++ 4.0. While simulating the project attached with this mail, we are facing a problem. There is funtion (ADCP_FilterSample in testcali.c) to perform the FIR filter for 6 differenet buffers, in that for R phase voltage (function called for the first time), R phase current (function called for the second time), B phase voltag...
ADSP 21065L
inDear Sir I am using SHARC 21065L Processor, and VDSP4.0++ Simulator. My Querry is How to Declare a Circular Buffer of Array Size 25?, And How...
Dear Sir I am using SHARC 21065L Processor, and VDSP4.0++ Simulator. My Querry is How to Declare a Circular Buffer of Array Size 25?, And How to call the Buffer. with Regards Naveen S Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php
ADSP 21161N serial port dilemma
Hi everybody, I am using an ADSP 21161N Ez kit and I have a serial port dilemma. I used the EE-191 note to implement an uart to transfer...
Hi everybody, I am using an ADSP 21161N Ez kit and I have a serial port dilemma. I used the EE-191 note to implement an uart to transfer datas from my DSP to my PC. This transfer is based on serial ports 1 and 3. My problem is that I also need serial port 1 and 3 to configure my ad1836 codec. (using SPI is not possible because of an anomaly on my ad1836 component version) Nevertheles...
Re: Executing code from external SDRAM
How did you interface the SDRAM to the ADSP 21065L? I can't find any SDRAM socket that is available in the market. thank you. > > > ...
How did you interface the SDRAM to the ADSP 21065L? I can't find any SDRAM socket that is available in the market. thank you. > > > > Hi all, > > I have problems with external code execution from SDRAM. I have two > ADSP21065L sharing SDRAM on BANK0. I use VDSP++3.0. I loaded the > SDRAM initialization code in both processors. > > The example given in application note
Memory to memory transfer using 1D-MDMA
Hi, I am new to ADSP-BF533. I'm working on a image processing project for video input on the Ez-Kit Lite board. Color video data are...
Hi, I am new to ADSP-BF533. I'm working on a image processing project for video input on the Ez-Kit Lite board. Color video data are captured and stored in the BF533 external SDRAM in the following order: Cb0 Y0 Cr0, Y1, Cb2 Y2 Cr2, Y3, Cb4 Y4 Cr4, Y5, Cb6 Y6 Cr6.... where each Y, Cr and Cb is 8 bits. My problem is this: I want to do this kind of transferring: Cb0 Y0 Cr0, Cb2 Y2 ...
New comer Question in ADSP-BF533 Programming..
inHI! My english is not that much good.... Iam new to DSP processors....IAm using BF533ez-kit lite.. Iam seeing the example codes in the...
HI! My english is not that much good.... Iam new to DSP processors....IAm using BF533ez-kit lite.. Iam seeing the example codes in the BF533....in that they are using this statement why i don't know..... sysreg_write(reg_SYSCFG, 0x32); //Initialize System Configuration register Actually in documentation they have given it as 30 instead of 32.... please help... and iam seeing ...
SDRAM to ADSP-21065L
inhi! i am interfacing an SDRAM with ADSP-21065L EZ kit Lite board for memory expansion using EMAFE. the problem is, there are pins in...
hi! i am interfacing an SDRAM with ADSP-21065L EZ kit Lite board for memory expansion using EMAFE. the problem is, there are pins in SDRAM that are not specified in the dsp board. the following are the pins that i don't know where to connect :) : write enable chip select clock enable row address strobe column address strobe data input/output mask the SDRAM i'm using operates at 13...
New comer Question in ADSP-BF533
inHi! Iam new to the DSP processors..... I have a small doubt... Actually in the datasheets they are giving that BF533 can work upto...
Hi! Iam new to the DSP processors..... I have a small doubt... Actually in the datasheets they are giving that BF533 can work upto 600MHz(maximum performance)...and SCLK 133Mhz.... When iam working with the BF533ez-kit lite, how would i know that it is running at Coreclk and SCLK... PLease help........????????
Error li1021 library functions missing
Hi, I am trying to compile a C code in adsp-2188 simulation environment on VDSP 3.5. The problem I am facing is that the linker cannot find...
Hi, I am trying to compile a C code in adsp-2188 simulation environment on VDSP 3.5. The problem I am facing is that the linker cannot find certain symbols. [Error li1021] The following symbols referenced in processor 'p0' could not be resolved: '__cmpli3 [___cmpli3]' referenced from '.\Debug\melp_ana.doj' '__lib_restore_frame [___lib_restore_frame]' referenced ...
Melp 1200 data memory mapping problem
Hi, I have downloaded a melp1200 c code from the internet and am trying to port it adsp-2188. There is an array declared in qnt12_cb, by the...
Hi, I have downloaded a melp1200 c code from the internet and am trying to port it adsp-2188. There is an array declared in qnt12_cb, by the name of res256x64x64x64 which has a size of 0x2300. The maximum segment which I can define is of 8k. I am using overlays. Is there a way to fit this array into the memory without decomposing it??? Other wise I will have to make segments of this array ...
adsp 21364
hi, We are using adsp 21364 for audio processing application,and it has a serial port which supports I^2S data transfer. I want to...
hi, We are using adsp 21364 for audio processing application,and it has a serial port which supports I^2S data transfer. I want to connect an EZ-USB to the serial port,which has a I^2C compataile output port. is it possible to interconnect the USB-EZ through the serial port of adsp21364 regards saju s
adsp 21364
inhi We are using ADSP 21364 for our audio processing application.We are planning to use MAX3420E (USB Peripheral Controller with...
hi We are using ADSP 21364 for our audio processing application.We are planning to use MAX3420E (USB Peripheral Controller with SPI Interface ) to interface with PC through serial peripheral interface of the ADSP 21364. Is it possible to use SPI interface for half duplex communication with MAX3420E regards saju
Interfacing Sharc 21369 EZ-kit to AD1955 eval board
inDoes any know if an app note exists on interfacing an AD1955 DAC eval board to a ADSP-21369 SHARC Ezkit? I'm thinking of using I2S from the...
Does any know if an app note exists on interfacing an AD1955 DAC eval board to a ADSP-21369 SHARC Ezkit? I'm thinking of using I2S from the SHARC and connect to the AD1955 board through the PCM connector. Any ideas where someone might find sample code and hardware ideas for this? Thank you, -David
booting adsp21364
inHi We are using adsp 21364 for audio processing application.I want to know is there any advantage for SPI booting over parallel port...
Hi We are using adsp 21364 for audio processing application.I want to know is there any advantage for SPI booting over parallel port booting
About ADSP-BF533_I2C_Support_ASM....file
Hi! I have downloaded the I2C protocol implementation by SCCB software...from anlaog devices for communicating with ADV7171...
Hi! I have downloaded the I2C protocol implementation by SCCB software...from anlaog devices for communicating with ADV7171 video encoder....... I have a small problem here... In that actually they have given pdf for the implementation.... I have read that file........., Actually in this code for every one register write we have to have to Config_ADV7171 and then SCCB_interface... S...
how to boot a EZ-kit Lite ?
Hello, I am working on the ADSP EZ-kit Lite 21369. I am wondering how to make the board working as a stand alone system ? I could...
Hello, I am working on the ADSP EZ-kit Lite 21369. I am wondering how to make the board working as a stand alone system ? I could generate a .ldr file from the loader utility. But how can a load this file on the board that it works stand alone ? Shall I use the Tools/Flash Programmer in VDSP++ ? Or an other method ? Have anyone a clue to help me ? thanks a lot, A. Favrot ...