DSPRelated.com

DSP_FPGA

Started by karim zouaq in Analog Devices DSPs18 years ago

Hi all, I need to connect the ADSP BF537 to FPGA Xilinx in order to control LEDs, Kaypad an LCD Display but i dont know what ADSP BF537...

Hi all, I need to connect the ADSP BF537 to FPGA Xilinx in order to control LEDs, Kaypad an LCD Display but i dont know what ADSP BF537 periphericals i will use ! can you help ! karim


Interfacing ADSP 21364 with codec AD1938

Started by cee4max in Analog Devices DSPs18 years ago 1 reply

Hi, I am trying to interface ADSP21364 with codec AD1938 through serial port. But not able to configure AD1938 through SPI. AD1938...

Hi, I am trying to interface ADSP21364 with codec AD1938 through serial port. But not able to configure AD1938 through SPI. AD1938 has 24 bit control registers and SPI of ADSP only supports 16 and 32 bit word length is there any problem with this ? If anyone knows the configuration of control registers of codec ADF1938 please help me Regards


i cann't load My project file (help me)

Started by jagaveer25 in Analog Devices DSPs18 years ago

Hi folks am using ADSP TS-201 Multiprocessor board. i can't load the my project file , but jtag scan is pass and VDSP environment also open...

Hi folks am using ADSP TS-201 Multiprocessor board. i can't load the my project file , but jtag scan is pass and VDSP environment also open smoothly . one processor is Master boot from the one flash . i have checked hadrware side everything its fine reset, and clock,core power signal. can any one tell right now am using some upgrade ADSP TS-201 Multiprocessor so any changes is ...


Asm example code for toggling flags in ADSP-2191

Started by akra...@yahoo.com in Analog Devices DSPs18 years ago

Dear all, Does anyone has an example source code in assembly to toggle PF0-7 in ADSP-2191? I am a beginner and I need a simple code to test my...

Dear all, Does anyone has an example source code in assembly to toggle PF0-7 in ADSP-2191? I am a beginner and I need a simple code to test my board. Regards, Akram


internal overlays adsp 2185 (fusiv Vx170)

Started by navithak in Analog Devices DSPs18 years ago

Hi, I need to use the 24k internal PM and DM of ADSP 2185 in FUSIV Vx170. Out of 24k, 8k is used as internal overlay. I am not...

Hi, I need to use the 24k internal PM and DM of ADSP 2185 in FUSIV Vx170. Out of 24k, 8k is used as internal overlay. I am not aware of how the memory needs to be segregated for "live address space" and "run address space" and also need to how linking is done for more than one overlay page because the linker cannot place more than one symbol to the same address. thanks Navith...


ADSP 21375 and PWM

Started by the_last_0ger in Analog Devices DSPs18 years ago 1 reply

Hello, I am a littele confused about the 21375 and the PWM-modul. On some pages at analog.com it is mentioned that there are 4 PWM outputs,...

Hello, I am a littele confused about the 21375 and the PWM-modul. On some pages at analog.com it is mentioned that there are 4 PWM outputs, but in def21375.h are no defines for the PWM control registers. Also the datasheet does not mention PWM at all. Are there PWM outputs built in the ADSP-21375 or not? Cheers, 0ger


sample rate converter in ADSP-21262

Started by ulti...@yahoo.com in Analog Devices DSPs18 years ago

Hi, I am using ADSP-21262 for my project which is active noise control. Until now, I never get good result from my system, and I suspect that...

Hi, I am using ADSP-21262 for my project which is active noise control. Until now, I never get good result from my system, and I suspect that maybe its because of the default sampling rate that is too fast that doesn't give enough processing time for the algorithm. I've also try picking every n-th sample and filtering it with a low pass filter but still, I couldn't get the desired result. ...


Talkthru and led lightind on SHARC ADSP-21364

Started by mskodacek in Analog Devices DSPs18 years ago

Hi Everybody, I have an ADSP-21364 EZKIT LITE, And I want to make an Amplitude (volume) meter application. So low volume signal no led...

Hi Everybody, I have an ADSP-21364 EZKIT LITE, And I want to make an Amplitude (volume) meter application. So low volume signal no led lightning, hiw volume signal all leds lightning. I want to build it on Talkthru Analog IN-OUT example. I start to modify SPORTisr.asm, but it doesn't work and I cant move on. Can someone help me please? Here is modified SPORTisr from Analog In-Out(as...


EE-60 on the ADSP-2189M EZ-KIT Lite

Started by "pfk...@sbcglobal.net" in Analog Devices DSPs18 years ago

Hello all; I recently tried to get EE-60 (218x UART.zip) running on the ADSP-2189M EZ-KIT Lite board with only partial luck. Does any one...

Hello all; I recently tried to get EE-60 (218x UART.zip) running on the ADSP-2189M EZ-KIT Lite board with only partial luck. Does any one have a functional port of EE-60 over to the 2189M EZ-KIT? I'm running VisualDSP++3.5. Paul


SPORT in TDM mode

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

Hi, I am new to SHARC and I am using ADSP-21369. I was wondering if anyone could provide some example codes for SPORT in TDM mode for...

Hi, I am new to SHARC and I am using ADSP-21369. I was wondering if anyone could provide some example codes for SPORT in TDM mode for ADSP-21369. Thanks, sm


LED blinking.... on ADSP-21364 EzKit

Started by mskodacek in Analog Devices DSPs17 years ago 2 replies

Hi Everybody, I have an ADSP-21364 EZKIT LITE, And I want to make an Amplitude (volume) meter application. So low volume signal no led...

Hi Everybody, I have an ADSP-21364 EZKIT LITE, And I want to make an Amplitude (volume) meter application. So low volume signal no led lightning, hiw volume signal all leds lightning. I want to build it on Talkthru Analog IN-OUT example. I start to modify SPORTisr.asm, but it doesn't work and I cant move on. Can someone help me please? Here is modified SPORTisr from Analog In-Out(as...


ADSP-21369 Simulator - PC Stack Underflow

Started by ken....@harman.com in Analog Devices DSPs17 years ago 3 replies

I'm having similar issues trying to simulate an ADSP-21369 mixed C++ and asm program using VisualDSP++ 4.5. When calling my assembly routine...

I'm having similar issues trying to simulate an ADSP-21369 mixed C++ and asm program using VisualDSP++ 4.5. When calling my assembly routine from a C++, the disassembly shows that the compiler translated this into a cjump. However, this action apparently is not pushing the PC return location onto the PC stack during the call. So when the assembly routine has completed and the program hits the...


[HELP] ADSP-2185 + PIC18F8722 ?

Started by kchuang1126 in Analog Devices DSPs16 years ago 2 replies

I hve a project on my hand. Originally, the project used AT91FR40162(ARM7TDMI) to connect to ADSP-2185's SPORT(DR1, DT1, SCLK1) via 3 pins...

I hve a project on my hand. Originally, the project used AT91FR40162(ARM7TDMI) to connect to ADSP-2185's SPORT(DR1, DT1, SCLK1) via 3 pins (RXD1, TXD1, SCK1) operation on synchronous mode of USART. Data Rate = 480K bps. But now, we want to change the MCU to PIC18F8722(PIC). PIC uses 2 pins(CK1, DT1) when it operates on synchronous mode. Problem: 1. How does the PIC(2 pins) connect to the...


HP USB-ICE ADSP TS201 EZ-KIT LITE Emulator set breakpoints problem

Started by toth...@gmail.com in Analog Devices DSPs16 years ago 2 replies

Dear Members, I have succesfully built my source code in Visual DSP++ 5.0 in simulation mode. Now I have to test it in emulation mode, and I...

Dear Members, I have succesfully built my source code in Visual DSP++ 5.0 in simulation mode. Now I have to test it in emulation mode, and I use an ADSP TS201 EZ-KIT LITE board (two Tigersharc processors are on the board) and I can load my soure code to the board with the HPUSB-ICE Emulator. Now I'd like to insert breakpoints to my code, but it is not allowed.. If I try to insert original break...


0n Blackfin ..Virtual conference

Started by Dr Jayakumar Singaram in Analog Devices DSPs16 years ago 2 replies

Dear ADSP group team members do you think, we should ask ADI to have kind of virtual conference on Blackfin such that we get to pick up things...

Dear ADSP group team members do you think, we should ask ADI to have kind of virtual conference on Blackfin such that we get to pick up things from ADI FAE team in detail. Kind Regards jk ----- Original Message ----- From: s...@scideco.ru To: a...@yahoogroups.com Sent: Thursday, June 17, 2010 3:43 PM Subject: [adsp] Re: executing fft on an input stream As you're a ...


Disposing of my ADSP 218x environment...

Started by nick...@desmith.net in Analog Devices DSPs16 years ago

Hi, I'm disposing of a complete ADSP-218x development environment, including unregistered VisualDSP++ (R") and a full PCI SummitICE JTAG with...

Hi, I'm disposing of a complete ADSP-218x development environment, including unregistered VisualDSP++ (R") and a full PCI SummitICE JTAG with other stuff. Cost USD 1000s a few years ago - hopefully will go to a good home now... I used it for one project... http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=150466743035 Cheers Nick


Boot flash image for ADSP-21065 EZ-LAB

Started by Alexander Perkalsky in Analog Devices DSPs16 years ago 7 replies

Dear friends, I have some problems while experimenting with ADSP-21065 EZ-LAB kit. I have an old version, with RS-232 comms to PC and bundled...

Dear friends, I have some problems while experimenting with ADSP-21065 EZ-LAB kit. I have an old version, with RS-232 comms to PC and bundled Visual DSP 4 trial. I realize that it's rather outdated, but maybe somebody still remembers it.. I want to use a board standalone, so for experiment I'm trying to recompile one of provided examples as a boot image, specifically this is the Blink projec...


ADSP-BF533 Flash Memory read/write

Started by sky007net in Analog Devices DSPs16 years ago

Hello. I have a ADSP-BF533 EZ-KIT. Does someone have an example in C how to write/read in/from the flash memory? I studied the example Flash...

Hello. I have a ADSP-BF533 EZ-KIT. Does someone have an example in C how to write/read in/from the flash memory? I studied the example Flash Programmer from the installation CD but it's to complicated for me and I don't get it how it works. Thank you.


ADSP TS201S EZ KIT connecting problem

Started by chen...@gmail.com in Analog Devices DSPs15 years ago

HI,everyone I'm using ADSP TS201S EZ KIT REV1.1. There is a problem when connecting to the target. I'v done everything the manual asked, then...

HI,everyone I'm using ADSP TS201S EZ KIT REV1.1. There is a problem when connecting to the target. I'v done everything the manual asked, then a error emorged as follows: An error has occurred while trying to connect to the target. please verify the target components have been properly installed and, if trying to connect to physical hardware, that the appropriate target connections have been...


Hashing of Program ROM of 32K X 24 bits - ADSP 2181

Started by chan...@gmail.com in Analog Devices DSPs15 years ago 2 replies

Hi Friends, I want to entire hash program ROM connected with 32K X 24 bit using assembly language and features of ADSP 2181 .I am new to...

Hi Friends, I want to entire hash program ROM connected with 32K X 24 bit using assembly language and features of ADSP 2181 .I am new to assembly language programming.Please guide me. Thanks and regards, Chandan