DSPRelated.com

Re: SPI CLOCK PROBLEM ON BF531

Started by sink...@gmail.com in Analog Devices DSPs21 years ago

i am working in a card which involves SPI communication between ADSP-BF531 and ADSP-BF533.when i perform SPI Master...

i am working in a card which involves SPI communication between ADSP-BF531 and ADSP-BF533.when i perform SPI Master mode communication(Transmission) on BF531,i am not able to see the SPI clock on the pin. i am able to get the SPI clock if i run the code on BF533(with header file and ldf file modification ). >>>>>>>>>>> do you mean that the same SPI code wor


Re: Help regarding Sport and DMA

Started by sink...@gmail.com in Analog Devices DSPs21 years ago 1 reply

Hi, I am kind of new to this ADSP.... I am working on the ADSP BF533 EZ-kit lite example "Audio talk through" ..... In the C code they...

Hi, I am kind of new to this ADSP.... I am working on the ADSP BF533 EZ-kit lite example "Audio talk through" ..... In the C code they have set the SLEN=24,since the codec(AD1836)sends 24 bits.... but then the DMA transfer is32 bit.... i don't understand this... >>> The data words will be moved by DMA as 32-bit words.. since the data being received by CODEC is 24-bit,


ADSP-21369 bus timing issue - async transfers - ACKEN=1

Started by Dan Ash in Analog Devices DSPs20 years ago

Simply setting the ADSP-21369 AMICTLx register ACKEN bit adds 2 wait-states to reads and 3 wait-states to writes, on top of the software...

Simply setting the ADSP-21369 AMICTLx register ACKEN bit adds 2 wait-states to reads and 3 wait-states to writes, on top of the software wait-states. I would expect no difference if the ACK input is set high, but there is a difference. Unlike other parts that allow either, neither, the logical AND or logical OR of sw/hw wait-states, the 2136x has software wait-states always enabled and ...


ADSP 2189m and pic18c452 serial interfacing

Started by osam...@gmail.com in Analog Devices DSPs20 years ago 2 replies

Hi everyone, i am a newbie in the field of DSP processors. The problem that i am facing pertains to transfering data from DSP processor to pic...

Hi everyone, i am a newbie in the field of DSP processors. The problem that i am facing pertains to transfering data from DSP processor to pic microcontroller through serial port. I am trying to send a continuous stream of data from the ADSP 2189M sport0 to PIC18C452 serial port synchronously. The clock is being generated by DSP processor. The problem is that the microcontroller misses the fir...


Step into flag problem ADSP-2181 EZ-KIT

Started by sgol...@eircom.net in Analog Devices DSPs20 years ago

Hello All, I am using a ADSP-2181 EZ-KIT with Visual DSP++ 3.5 test drive version. When I set the flag (SET FL1;)it only stays set until I do the...

Hello All, I am using a ADSP-2181 EZ-KIT with Visual DSP++ 3.5 test drive version. When I set the flag (SET FL1;)it only stays set until I do the next "Step Into" and then it reset regardless of what the next line is. If I do a "Run to cursor" the flag will stay set until I do the next "Run to cursor" or "Step into". If I run the code in a "Simulator Session" the code works ok, but in a "EZ-KIT l...


DAC_Init ADSP-21992 EZ-KIT lite

Started by hoor...@yahoo.com in Analog Devices DSPs20 years ago

Hello, I'm using the ADSP-21992 I'm having trouble with the DAC_Init. I'm not using the DAC in my program. In addition my code for the...

Hello, I'm using the ADSP-21992 I'm having trouble with the DAC_Init. I'm not using the DAC in my program. In addition my code for the inititalisation. In that code you can see that DAC_Init is not ran through first, but in init_interrupts it is. When I remove '//' before DAC_Init, and delete DAC_Init in the init_interrupts, then I have other results, the same happens when I remove DAC_Init...


about the board BF537-STAMP - ADSP-BF537

Started by Krishna Kumar K in Analog Devices DSPs20 years ago

Hi all, 1. Have anyone used the ADSP-BF537 STAMP Board for DSP development or application development ? 2. How suitable is the board for...

Hi all, 1. Have anyone used the ADSP-BF537 STAMP Board for DSP development or application development ? 2. How suitable is the board for the development and debugging of video/audio codecs etc ? 3. Is there any known limitation of this board in terms of interfaces ? Thanks in advance, Krishna Kumar K __________________________________________________


Debug problem for ADSP-21262

Started by phyc...@hit.edu.cn in Analog Devices DSPs20 years ago 1 reply

Hi,I newly made a board using ADSP-21262. The Pcb has four layers including power plane and ground plane. The HPPCI emnlator can find out there is...

Hi,I newly made a board using ADSP-21262. The Pcb has four layers including power plane and ground plane. The HPPCI emnlator can find out there is 1 device in the JTAG chain. However, it fails to go into VDSP due to


ADSP21992 Simulator Testdrive 90 days VisualDSP++ 3.5

Started by hoor...@yahoo.com in Analog Devices DSPs20 years ago

Hello, I'm having a licese for the ADSP 21992 EZ-kit lite, but for some time, I just want to do some tests in simulator mode. Therefore I...

Hello, I'm having a licese for the ADSP 21992 EZ-kit lite, but for some time, I just want to do some tests in simulator mode. Therefore I downloaded the Testdrive for 90 days. When I choose the session Simulator, I cannot choose my processor in the list. I'm using VisualDSP++3.5 with the upgrade. Can somedbody help me to use the simulator and the ADSP 21992? Thx, Reinhart


Re: FW: Debug problem for ADSP-21262

Started by Gene-eng in Analog Devices DSPs20 years ago

Rongxi, Please elaborate when you say "It failed to start if there were two 18pF capacitors connected between its crystal and ground." What...

Rongxi, Please elaborate when you say "It failed to start if there were two 18pF capacitors connected between its crystal and ground." What crystal frequency and what capacitor values have you found to work without failure? We have been having problems with ADSP-21262's in production boards occasionally failing to boot (VDSP JTAG debugger can't even connect). We changed crystal cap...


Re: FW: Debug problem for ADSP-21262

Started by phychem in Analog Devices DSPs20 years ago

Hi Gene, The crystal frequency is 25.000MHz on my ADSP-21262 board. I firstly made two boards for test now. Both run fine without capacitors...

Hi Gene, The crystal frequency is 25.000MHz on my ADSP-21262 board. I firstly made two boards for test now. Both run fine without capacitors connected to the crystal. I haven't tried other values yet. I think it has something to do with the board, wire length and width, chip and crystal packages...etc. You may need to try it out in your own condition. In my situation, ICE TEST can still be ...


Re: VDSP 4.0 - ADSP-21369 - optimization while maintaining execution ord

Started by Andrew Nesterov in Analog Devices DSPs20 years ago

Hi Dan, I would try to separate register inits with commas: reg0 = val0, reg1 = val1, ... regn = valn; Usually...

Hi Dan, I would try to separate register inits with commas: reg0 = val0, reg1 = val1, ... regn = valn; Usually (so far I've never seen a compiler that treat it differently) this would produce in-order assembly code even with optimization on. Rgds, Andrew > From: "Dan Ash" a...@yahoo.com > Date: Thu May 18, 2006 2:56pm(PDT) > Subject: VDSP 4.0 - ADSP-21


About ADSP-BF532eM10

Started by Bilimsel Adam in Analog Devices DSPs20 years ago

Hi, http://www.analog.com/processors/platforms/blackfin_eMedia/index.html In ADI's Website it is written that; "Samples of the Blackfin...

Hi, http://www.analog.com/processors/platforms/blackfin_eMedia/index.html In ADI's Website it is written that; "Samples of the Blackfin eMedia Platform are available now. The ADSP-BF532eM10 is priced at $11.95 each, in quantities of 100,000 units." The Blackfin eMedia Platform supports: * Multiple digital video formats - Windows Media 9 Series / VC-1, MPEG-2, MPEG-4, H264 AVC and...


10th order butterworth filter ADSP-TS101

Started by hout...@hotmail.com in Analog Devices DSPs20 years ago 2 replies

hi guys I'm using a ADSP-TS101 and need to implement a 10th order butterworth. I plan on using the irr function in the filter.h header file....

hi guys I'm using a ADSP-TS101 and need to implement a 10th order butterworth. I plan on using the irr function in the filter.h header file. For this function i need to know how many biquads stages there are...i assume 5? this is from the run time library description: The characteristics of the filter are dependent upon the filter coefficients and the number of stages. Each stage has five ...


Compiling C++ code with the ADSP Compiler

Started by bunty_eden in Analog Devices DSPs20 years ago

Hi All, I am trying to compile a basic C++ Hello World type of code using the ADSP compiler and I keep getting the following error. The error...

Hi All, I am trying to compile a basic C++ Hello World type of code using the ADSP compiler and I keep getting the following error. The error is produced at the very first line of the code "using namespace std;" (code is without the quotes) cc0725: error: name must be a namespace name Any ideas? Any help in this regards will be highly appreciated. Thanks. Rgds, SA


stl library for adsp 531,534

Started by Naveen koul in Analog Devices DSPs20 years ago 1 reply

hi, is there stl support for adsp 531 and 534. can we use templates in VDSP++. regards ...

hi, is there stl support for adsp 531 and 534. can we use templates in VDSP++. regards naveen --------------------------------- How low will we go? Check out Yahoo! Messenger?s low PC-to-Phone call rates.


need USB to serial adapter with old Momentum ADSP-218x EZ-ICE

Started by Dan Ash in Analog Devices DSPs20 years ago

Can someone recommend a USB to serial adapter that they know works with the Momentum ADSP-218x EZ-ICE or other more complex serial interface...

Can someone recommend a USB to serial adapter that they know works with the Momentum ADSP-218x EZ-ICE or other more complex serial interface tools. thanks, Dan


sampling rate on ADSP-21364

Started by alex...@scopein.ch in Analog Devices DSPs20 years ago 1 reply

Hello, I've implemented filtering on the ADSP-21364 with a sampling rate of 48kHz. I use both analog and SPDIF interfaces. And in each...

Hello, I've implemented filtering on the ADSP-21364 with a sampling rate of 48kHz. I use both analog and SPDIF interfaces. And in each case, if I enter, for example, coefficients of a low-pass filter with a cutoff frequency of 500Hz, the signal is filtered by a low-pass filter with a cutoff frequency of 1000Hz. So everything seems to be as the processor would read and write samples at ...


code size??

Started by midhun chandra in Analog Devices DSPs20 years ago

Hi all, I compared size of code generated by ccs (for arm9) and adsp(BF561) .code size for adsp is 3 times than arm.For this a i have written a...

Hi all, I compared size of code generated by ccs (for arm9) and adsp(BF561) .code size for adsp is 3 times than arm.For this a i have written a test function and i compiled it in both platform.What will be the reason for this.Please help me..


ADSP-21020 using Visual DSP ++

Started by sant...@isac.gov.in in Analog Devices DSPs20 years ago 1 reply

Dear all, I would like to know if the latest version of the Visula DSP is supporting the software development for the ADSP-21020...

Dear all, I would like to know if the latest version of the Visula DSP is supporting the software development for the ADSP-21020 processor. I am using the EZLITE development environment and would like to migrate to the new environment for the same target .. I need your sugesstios and feedback.. regards, Santanu