DSPRelated.com

Re: Free Assembler for SHARC?

Started by Steve Conner in Analog Devices DSPs18 years ago 1 reply

Analog Devices DSPsHi, I'm in the same position: I work for a small company with an open-source mentality that balks at paying thousands of...

Analog Devices DSPsHi, I'm in the same position: I work for a small company with an open-source mentality that balks at paying thousands of bucks for the VisualDSP toolset. So when we wanted to make a product with a DSP, I chose the ADSP-2181, used the old command-line assembler that came with the EZ-KIT, and made my own debugger that connected through the DSP's IDMA port. The 2181 is a pret...


code in document EE-191

Started by hora...@yahoo.fr in Analog Devices DSPs18 years ago 1 reply

Hi everybody, I?m trying to connect my ADSP 21161N to the PC?s serial port via an RS-232 adapter as it?s shown in document EE-191. The...

Hi everybody, I?m trying to connect my ADSP 21161N to the PC?s serial port via an RS-232 adapter as it?s shown in document EE-191. The program seems to do nothing. I?m almost sure of the hardware connections so let me list you the steps I?ve followed and please tell me if you think there?s something missing. 1 ? Downloading the EE-191 software code and compiling it on VisualDSP 4.0 withou...


Audio getting attenuated running the EZ-Kit BF533 board

Started by "Sundar S." in Analog Devices DSPs18 years ago

Hi all, I am facing a problem running example code provided in installation directory C:\Program Files\Analog...

Hi all, I am facing a problem running example code provided in installation directory C:\Program Files\Analog Devices\VisualDSP 4.0\Blackfin\EZ-KITs\ADSP-BF533\Examples\Audio codec talkthrough Using EZ-Kit BF533 PROCESSOR. When I feed the input thru adc and listen the output to dac out from the board , The input is getting attenuated in direct play back board when compared with the...


port description

Started by sant...@isac.gov.in in Analog Devices DSPs18 years ago

Hi, I bit confused with the /port directive in architectural file (*.ach) ADSP-21020/60 sharc processor. I am using the following lines ...

Hi, I bit confused with the /port directive in architectural file (*.ach) ADSP-21020/60 sharc processor. I am using the following lines in *.ach file .segment /port /begin=0x00208000 /end=0x00208000 /dm ADCPort /width 16; .segment /port /begin=0x00208600 /end=0x00208600 /dm ADCMuxPort /width 16; When i am simulating the code, i am geting the following error " Port does not ...


Audio attenuation when you run thru EZ-KIT BF533 Board

Started by "Sundar S." in Analog Devices DSPs18 years ago 1 reply

Hi, When I run a example of audio codec talk through example which is found in the installation directory using BF-533 EZKIT Board ,the output...

Hi, When I run a example of audio codec talk through example which is found in the installation directory using BF-533 EZKIT Board ,the output is attenuated when complared with direct play play from the audio output from the CPU unit(stereo output) Note:example found in this path in blackfin installation folder --> C:\Program Files\Analog Devices\VisualDSP 4.0\Blackfin\EZ-KITs\ADSP-BF53


stl library for adsp 531,534

Started by Naveen koul in Analog Devices DSPs18 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.


Hello

Started by "n.reddyp" in Analog Devices DSPs18 years ago 2 replies

Hello friends, Iam planning to use adsp-21062 for my project. so what kind of tools available for this processor. is there any freely available...

Hello friends, Iam planning to use adsp-21062 for my project. so what kind of tools available for this processor. is there any freely available tools are there for this processor. please help me any one. thanking you Reddy p.


ADSP-21364 talk-through code examples

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

Hello! Have you already tried the talk-through code examples provided by VisualDSP++ 4.0 for the ADSP-21364 EZKIT-Lite (...\Analog...

Hello! Have you already tried the talk-through code examples provided by VisualDSP++ 4.0 for the ADSP-21364 EZKIT-Lite (...\Analog Devices\VisualDSP 4.0\213xx\EZ-KITs\ADSP-21364\Examples\ASM\Talkthru...)? By adding a simple loop in the main audio routine, the program bugs for a counter larger than 3500. This means that for a 48kHz application, the maximum delay is about 73ms !!! For insta...


Compiling C++ code with the ADSP Compiler

Started by bunty_eden in Analog Devices DSPs18 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


10th order butterworth filter ADSP-TS101

Started by hout...@hotmail.com in Analog Devices DSPs18 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 ...


alternating sample rate for ADSP Ts101

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

Hi guys Need some help, from what i have been reading the ADSP_TS101 A-D converter (AD1871) samples each input channel at 48KHz. I only need it...

Hi guys Need some help, from what i have been reading the ADSP_TS101 A-D converter (AD1871) samples each input channel at 48KHz. I only need it to sample at 8KHz. I can't seem to find any documentation as to how to reduce the sampling rate. Otherwise ill have to put a hack together where i only store every 6th sample. Can anyone help me with this? regards Kien


Allocating variable to different segments

Started by sant...@isac.gov.in in Analog Devices DSPs18 years ago

Dear All, I would like to know how to allocate vaiables to a particular segment in PM or DM when the code is written in C and...

Dear All, I would like to know how to allocate vaiables to a particular segment in PM or DM when the code is written in C and cross-compiled using g21k (EZ-LAB Development System, SHARC ADSP 2106X, 1996 edition). To ellborate, if X, Y, Z are three global variable, I would like to allocate X in DM Seg1; Y in PM Seg 2, and Z in DM seg 3. regards SS


Memory Configuration

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

Hi, I am using a ADSP 21020 based board in EZLAB environment. The board has 48 bit PM and 16 bit DM. I would like to know how to specify...

Hi, I am using a ADSP 21020 based board in EZLAB environment. The board has 48 bit PM and 16 bit DM. I would like to know how to specify that ( probably in the architectural file) so that the SHARC 21020 simulator show the proper no of bits when loaded with the program. regards, SS


SIMD mode in FOR loop

Started by abhi...@wipro.com in Analog Devices DSPs18 years ago 5 replies

hello all, I am currently working on ADSP 21365 SHARC processor. I want to know "How processor will behave in case of Enabling and disabling...

hello all, I am currently working on ADSP 21365 SHARC processor. I want to know "How processor will behave in case of Enabling and disabling SIMD mode in for loop"? Will processor work properly or not? please refer to below sample code. ------------------------------------------------------ bit set mode1 PEYEN; nop; LCNTR = 256, do loop_end until LCE; // some code here .........


Sample Program:Video In Out

Started by terp...@yahoo.com in Analog Devices DSPs18 years ago 3 replies

Hi, I am using BF561 board, I tried out the sample program given when install VisualDSP. C:\Program Files\Analog Devices\VisualDSP...

Hi, I am using BF561 board, I tried out the sample program given when install VisualDSP. C:\Program Files\Analog Devices\VisualDSP 4.0\Blackfin\EZ-KITs\ADSP-BF561\Examples\Video_INOUT I connect a pal camera to the input (bottom right of J6), and the output (center top of J6) to a television. I rebuild all and run. The image screen on the television is not right. The top of the frame...


PC register

Started by "Rajagopal, Sridhar (Sridhar)" in Analog Devices DSPs18 years ago 2 replies

Hi, Please let me know if PC register of ADSP-218x is memory mapped. if it so what is its address. Thanks in advance for the help Thanks...

Hi, Please let me know if PC register of ADSP-218x is memory mapped. if it so what is its address. Thanks in advance for the help Thanks and Regards, Sridhar


Creating hex file from VisualDSP++?

Started by Leon Heller in Analog Devices DSPs18 years ago 3 replies

I've downloaded an evaluation copy of VisualDSP++ and can assemble and debug a simple assembler program for the ADSP-21262 without any problems,...

I've downloaded an evaluation copy of VisualDSP++ and can assemble and debug a simple assembler program for the ADSP-21262 without any problems, but can't seem to get it to output a hex (LDR) file. The file name (including path) has been added to the project options: Load: Processor dialogue box, but the file doesn't get created when I rebuild the project. Leon -- Leon Heller, G1HSM ...


connection error

Started by sathish chandra in Analog Devices DSPs18 years ago

Hi to all I am working with the ADSP 2181 (DOS version) EZ-ICE debugger. We have a target board that we design. When i tries to connect...

Hi to all I am working with the ADSP 2181 (DOS version) EZ-ICE debugger. We have a target board that we design. When i tries to connect the target with the EZ-ICE debugger i will get the error the erroe are 1) EZ-ICE Driver Fatal host error - 081 Executive _PC stack entry count incorrect following DSP reset. 2) Stack : Watchdog_Please reset dsp ...


connection error

Started by sathish chandra in Analog Devices DSPs18 years ago

Hi to all I am working with the ADSP-2181(DOS version) EZ-ICE debugger. We have design a target and tries to connect with the EZ-ICE. But...

Hi to all I am working with the ADSP-2181(DOS version) EZ-ICE debugger. We have design a target and tries to connect with the EZ-ICE. But I am facing the error are 1)EZ-ICE Driver Fatal host error - 081 Executive_PC stack entry count incorrect following DSP reset. 2) Stack: Watchdog_ please reset DSP u loop address stack overflow Expecting the fee...


question on noise in DSP

Started by Ravichandran in Analog Devices DSPs18 years ago 1 reply

Hi, This is not related to ADSP but it os a DSP question If I have to a noise of 3 DB what is the meaning of that? IS it noise power equal...

Hi, This is not related to ADSP but it os a DSP question If I have to a noise of 3 DB what is the meaning of that? IS it noise power equal to 3DB or SNR equal to 3 DB? can anyone help me out as I need to test my module with adding noise. any links or suggestion for this. thanks in advance. Regards Ravi chandran "SASKEN RATED Among THE Top 3 BEST COMPANIES TO WORK FOR IN INDIA - ...