DSPRelated.com

Host interface on ADSP-21065L

Started by tube...@interia.pl in Analog Devices DSPs17 years ago 3 replies

Hello i'm new one on this group :] I'm projecting simle dsp system for audio aplication i want to use adsp 21065L audio codec ad1819b...

Hello i'm new one on this group :] I'm projecting simle dsp system for audio aplication i want to use adsp 21065L audio codec ad1819b and eprom for booting , but i also want to use (its very important to me ) Host interface so i can run and test sipmle programs with this module . I want connect a Host interface thru level shifters buffers with pc parell port i think it will be very fle...


How to perform Profiling in release mode ??????

Started by Sanjam in Analog Devices DSPs17 years ago

Hi all, I am working on ADSP-BF537 KIT. I am facing problem regarding profiling of my application. When I perform profiling on board...

Hi all, I am working on ADSP-BF537 KIT. I am facing problem regarding profiling of my application. When I perform profiling on board (statistical profiling ) in debug mode , I am getting profiling report. But if I run my application in release mode , I get a blank report that probably suggests that no profiling could be done. I understand the limitation of statistical profiling , but my...


reg. measuring cycle counts ADSP TS201

Started by dsp newbie in Analog Devices DSPs17 years ago 5 replies

Hi, I am trying to calculate the number of cycle counts in my program for a particular section of the code. But I am not getting the total...

Hi, I am trying to calculate the number of cycle counts in my program for a particular section of the code. But I am not getting the total cycle count for some reason. I followed the instructions in the document VDSP++ 4.5 C/C++ compiler and library manual under section "measuring cycle counts". I am trying to use "Basic cycle counting facility". The part of the code I have written is as f...


ADSP TS-201 (using the multiprocessor capability)

Started by dsp newbie in Analog Devices DSPs17 years ago 2 replies

Hi, I am running a program on this processor. My program calculates sine and cosine values. It has a for loop as below: for(n = 0L ; n

Hi, I am running a program on this processor. My program calculates sine and cosine values. It has a for loop as below: for(n = 0L ; n


Regarding G.729A Speech coding

Started by arul rajan in Analog Devices DSPs17 years ago 2 replies

Hi everyone, I am from SSN college of engg doing ME . I need to use the g.729 codec for a PG project in Blackfin ADSP BF533 Could u send...

Hi everyone, I am from SSN college of engg doing ME . I need to use the g.729 codec for a PG project in Blackfin ADSP BF533 Could u send me the g.729 encoding / decoding algorithm ( C Coding ) or is there any web page with a detailed description of the encoding / decoding process please help me thanks in advance, yours truly, arulrajan --------------------------------- He...


Playback on speaker using ping-pong buffers

Started by Sanjam in Analog Devices DSPs17 years ago 1 reply

Hi all I am working on playing a AAC decoded file on the speaker side on a ADSP board. To begin with , I have simply take a PCM buffer and...

Hi all I am working on playing a AAC decoded file on the speaker side on a ADSP board. To begin with , I have simply take a PCM buffer and am trying to play it on the speaker. I am using ping -pong buffer implementation wherein I am first writing data to buffer. Then through DMA , I am transferring this data to DAC which is connected to speaker. While this buffer is being played on spe...


SPORT autobuffering problem on EZ ICE ADSP-218x

Started by steh...@hotmail.com in Analog Devices DSPs17 years ago 1 reply

Hi, First of all I am sorry if you are receiving multiple copies of this mail. I am trying to program and communicate with CODEC AD73311AR on...

Hi, First of all I am sorry if you are receiving multiple copies of this mail. I am trying to program and communicate with CODEC AD73311AR on SPORT0. I have programmed the CODEC to work at 1.024MHz SClock and 32KHZ sampling frequency. I am using I2 and I3 for initializing SPORT0. I am attaching the code for CODEC and SPORTs initialization function. It is clear from the code that I have buffers...


Basic Filter Implementation

Started by Dan in Analog Devices DSPs17 years ago 3 replies

I'm a beginner when it comes to DSP but I need to learn how to implement basic filters on a DSP board. I'm using an ADSP-21369 EZ-Kit from...

I'm a beginner when it comes to DSP but I need to learn how to implement basic filters on a DSP board. I'm using an ADSP-21369 EZ-Kit from Analog Devices. I understand how to generate coefficients using Matlab but how to I use these coefficients to filter my input signal. Can someone explain using either code or just an explanation. Any help will be greatly appreciated.


Download to customized BF561 board

Started by Zahir khan in Analog Devices DSPs17 years ago 2 replies

Hi, I am new to group & BF561 also. I am using BF561 customized board having SPI EPROM & FLASH mapped to 0xEF000000 I want to...

Hi, I am new to group & BF561 also. I am using BF561 customized board having SPI EPROM & FLASH mapped to 0xEF000000 I want to download boot codes to SPI FLASH using ADSP IDDE VDSP++4.5. This one is RAW board nothing is there in it. I will going to use JTAG. Please any one help me in this regards. thanks in advance, regards, Zaahir Khan


Jtag support for ADSP 21065L processor with AMD 512x8 flash (AM29F040B & AM29LV

Started by ajith_pc in Analog Devices DSPs17 years ago

Hello, There is a wonderful open-source JTAG tools available in sourceforge.net. It supports a variety of processors and also CFI complaint...

Hello, There is a wonderful open-source JTAG tools available in sourceforge.net. It supports a variety of processors and also CFI complaint flashes. Please go through the site to know more info. http://openwince.sourceforge.net/jtag/ We have added support for ADSP 21065L (MBGA) processor with AMD 512x8 flash. We have tried this new processor support in a Linux platform and which is work...


ADSP TS 201 - sine and cosine of long double type

Started by dspnewbie in Analog Devices DSPs17 years ago 2 replies

Hi Group, I am relatively a newbie to dsp and trying to implement some programs. Curretly I am using Tigersharc ADSP TS 201 EZ-Kit. One of my...

Hi Group, I am relatively a newbie to dsp and trying to implement some programs. Curretly I am using Tigersharc ADSP TS 201 EZ-Kit. One of my programs calculates cosine and sine of long double type values. I am wondering if there is a way to calculate sine and cosine of 0 to 1024 number of values ahead of time and store them in a vector and access it when the need arises. Couple of quest...


Help required for porting melp on asdp-2188

Started by steh...@hotmail.com in Analog Devices DSPs17 years ago

I am trying to port the melp code on ADSP-2188. First of all can anyone tell me where I can find the proper algoritm of melp (I want to understand...

I am trying to port the melp code on ADSP-2188. First of all can anyone tell me where I can find the proper algoritm of melp (I want to understand it before porting it in and for conversion into assembly). Secondly I have the code from Texas instruments in C but I am not able to clearly see the interfaces and what initializations are required to port it. Where can I find a document or any inform...


Must TCK be pulled up or down in ADSP-21262?

Started by jcarlosmor in Analog Devices DSPs17 years ago 2 replies

Hi. In the ADSP-21262 datasheet (Rev B) is it stated that the TCK line (used for JTAG port) "must be asserted (pulsed low) after power-up or...

Hi. In the ADSP-21262 datasheet (Rev B) is it stated that the TCK line (used for JTAG port) "must be asserted (pulsed low) after power-up or held low for proper operation of the ADSP-21262". However, in the ADSP-21262 EZ-KIT LITE schematic diagram it is pulled- up to mantain a high when you just run the DSP without JTAG intervention. Of course the TRST* must be held down after power-up bu...


booting 21062 from flash memory

Started by joshy jose in Analog Devices DSPs17 years ago 1 reply

hai friends, 1) i wish to boot the adsp 21062 dsp from flash memory using the EEPROME booting mode of this processsor, is that possible? 2)...

hai friends, 1) i wish to boot the adsp 21062 dsp from flash memory using the EEPROME booting mode of this processsor, is that possible? 2) there need to be any change for this booting from the flash? 3)i am thinking about this because using EEprom is very costly(EEPROM writer)? -- regards, Joshy m. Jose kerala , India 91-9447...


mips

Started by midhun chandra in Analog Devices DSPs18 years ago 1 reply

hi all, I have a question to all. i have L2 (wimax) code running on arm9.now we changed the platform to BF56X BLACKFIN .can we tell which one...

hi all, I have a question to all. i have L2 (wimax) code running on arm9.now we changed the platform to BF56X BLACKFIN .can we tell which one is efficient with respect to MIPS(i mean rough calculation)before porting to ADSP and checking it??


Number of threads

Started by gouse_ms in Analog Devices DSPs17 years ago

Hi All, 1. Can anybody let me know about maximum number of threads can be created ? 2. Is there any limitation ? For your...

Hi All, 1. Can anybody let me know about maximum number of threads can be created ? 2. Is there any limitation ? For your info: 1. I am refering Visual DSP++ 4.5 version 2. I am working Processor ADSP-BF533. Thanks in advance Regards Gouse


code size??

Started by midhun chandra in Analog Devices DSPs18 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..


logging function TS101

Started by hout...@hotmail.com in Analog Devices DSPs18 years ago

hey guys I'm using an ADSP-TS101 and I need to be able to log the time and date of an event and output this onto a file in ASCII to pass to the...

hey guys I'm using an ADSP-TS101 and I need to be able to log the time and date of an event and output this onto a file in ASCII to pass to the PC. Any suggestions? Any example code i can find to keep track of time and date on a TigerSharc? thanks kien


ADSP-219x verify flash problem.

Started by jane...@gmail.com in Analog Devices DSPs17 years ago

When I try to verify 16-bit flash with ldr file I get a message: "Value 0x0000 at offset 0x00000000 in flash does not match the value...

When I try to verify 16-bit flash with ldr file I get a message: "Value 0x0000 at offset 0x00000000 in flash does not match the value 0x00000000 in the file selected."


sampling rate on ADSP-21364

Started by alex...@scopein.ch in Analog Devices DSPs18 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 ...