Forums Search for: ADSP-2106
Host interface on ADSP-21065L
inHello 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 ??????
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
inHi, 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)
inHi, 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
inHi 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
inHi 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
inHi, 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
inI'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
inHi, 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
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
inHi 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
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?
inHi. 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
inhai 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
inhi 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
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??
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
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.
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
inHello, 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 ...