DSPRelated.com

Metrowerks Linux for ADI Blackfin release (fwd)

Started by Kenneth Porter in Analog Devices DSPs23 years ago 5 replies

The download is a 107 MB CDROM image (.iso). It can be mounted on a Linux system with: mkdir /mnt/Blackfin mount blackfin.iso...

The download is a 107 MB CDROM image (.iso). It can be mounted on a Linux system with: mkdir /mnt/Blackfin mount blackfin.iso /mnt/Blackfin -t iso9660 -o loop It contains RPM's and SRPM's for binutils and gcc, and a tarball with the uClinux port and a sample linux


Testing Codes for the Blackfin 537 embedded board

Started by Xiaojun Bao in Analog Devices DSPs20 years ago

Hello, DSP Gurus,   I  am a new guy in DSP. I just designed Blackfin 537 embedded board based on EZ-KITs  and I really need...

Hello, DSP Gurus,   I  am a new guy in DSP. I just designed Blackfin 537 embedded board based on EZ-KITs  and I really need to test the interconnections between Blackfin 537 processor and peripheral components ( etc. SDRAM, Flash, ADC, Ports) to finalize the board design. I don't have too much knowedge about Blackfin programming.  Coul


Blackfin Forum

Started by Victor Duarte in Analog Devices DSPs20 years ago

Hello, I'm communicating that the blackfin.org site returns! Who don't know about this site it's a Forum related about the Blackfin DSP...

Hello, I'm communicating that the blackfin.org site returns! Who don't know about this site it's a Forum related about the Blackfin DSP of Analog Devices. Check to evaluate it. site: www.blackfin.org Thanks Victor Duarte --------------------------------- Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!...


SDRAM data transfer between Blackfin & Tiger Sharc

Started by mahendra varman in Analog Devices DSPs19 years ago 1 reply

Hi all In a single board, Blackfin BF533 processor is connected sdram 1. and in the same board Tiger sharc TS201 is connected to sdram...

Hi all In a single board, Blackfin BF533 processor is connected sdram 1. and in the same board Tiger sharc TS201 is connected to sdram 2. One fpga is connected in between blackfin and tigersharc Suggest the ways in which I can transfer data from sdram 1( connected to blackfin) to sdram 2 ( connected to tigersharc) and viceversa thru FPGA Thanks R.Mahendran


Some queries about blackfin processor

Started by "Karthikeyan Kadirvel, Chennai" in Analog Devices DSPs18 years ago 1 reply

Hi, I am using Blackfin ADSP-BF533 Processor for the audio system. I am new to DSP. Can you clarify the following queries? 1. Basically what...

Hi, I am using Blackfin ADSP-BF533 Processor for the audio system. I am new to DSP. Can you clarify the following queries? 1. Basically what Blackfin processor will do? I have to do noise cancellation and filtering? Will it do by inbuilt code? Or have to develop? 2. I have to burn the firmware into Blackfin? Or inbuilt code is there inside? 3. I studied that there is a code in the boot ...


Blackfin EZ-KIT Lite profiling

Started by igor_mikh in Analog Devices DSPs23 years ago 2 replies

Hello, I'm porting a voice codec to Blackfin DSP (BF535). Until recently I didn't have the Blackfin evaluation board (ADDS- ...

Hello, I'm porting a voice codec to Blackfin DSP (BF535). Until recently I didn't have the Blackfin evaluation board (ADDS- BF535-EZLITE). So I used Visual DSP++ 3.1 for Blackfin to simulate the DSP and evaluate the codec performance. The cycle count that I obtaine


Blackfin 561 board using Bluetooth technology

Started by miracle_sksim in Analog Devices DSPs18 years ago 1 reply

Hi, Anyone knows whether the blackfin 561 board can receive bluetooth signal? Is there any extension kit or board needed to connect to the...

Hi, Anyone knows whether the blackfin 561 board can receive bluetooth signal? Is there any extension kit or board needed to connect to the blackfin 561 board in order to receive the signal ?? If able to any examples will be great thanks. Regards,


Re: total cycle count and delay in speech (blackfin) (rotate)

Started by ronn...@ada-systems.com in Analog Devices DSPs15 years ago

Regarding the rotate with CC in Blackfin ... think of it as an extra '33th' bit. Asume we do a rotate left : you would expect from a true...

Regarding the rotate with CC in Blackfin ... think of it as an extra '33th' bit. Asume we do a rotate left : you would expect from a true rotate, is that the bit31 becomes bit0, bit0 becomes bit 1, ... However with Blackfin, bit 31 goes into CC, and CC goes into bit 0, bit 0 goes into bit 1, ... (check prog ref manual) suppose you have r0 = 0x1234567, and you need to move these contents to ...


ADI Blackfin development tools offer

Started by ahey...@iee.org in Analog Devices DSPs15 years ago

Hello Folks, I just thought I'd mention ADI seem to be doing their "bundle" offers for Blackfin development tools again (60% off normal price...

Hello Folks, I just thought I'd mention ADI seem to be doing their "bundle" offers for Blackfin development tools again (60% off normal price apparently). So if you'd been thinking about buying them now might be a good time. http://www.analog.com/en/embedded-processing-dsp/blackfin/content/blackfin_d evelopment_tools_offer/fca.html Regards -- Adrian Hey


problem with 32 bit multiplication built-in function on blackfin

Started by Marko Kanadi in Analog Devices DSPs17 years ago 2 replies

Hello everyone, I am Marko Kanadi from DSP research group of Institut Teknologi Bandung I am new to Blackfin (BF561EZ). I have a problem with...

Hello everyone, I am Marko Kanadi from DSP research group of Institut Teknologi Bandung I am new to Blackfin (BF561EZ). I have a problem with 32x32 bit multiplication built-in function on Blackfin, which is the mult_fr1x32x32. Underwritten is my code : fract32 x[2]={0,0}; //mixtures fract32 test=0; x[0]=(fract32)(iChannel0LeftIn); //integer to fract32 conversion x[1]=(fra...


.NET Micro Framework for Blackfin

Started by "harvey.made" in Analog Devices DSPs17 years ago

Hi all, We are looking at possibility of using Blackfin for a couple of new audio based projects and have been looking at various related...

Hi all, We are looking at possibility of using Blackfin for a couple of new audio based projects and have been looking at various related items. In this process we ran into some information on availability of .NET Micro Framework for Blackfin. We are wondering if anyone in the group has had any experience with it or if anyone has any input that might help us. Thanks, Harvey


Storing Image In Blackfin 561 Memory By UART port

Started by miracle_sksim in Analog Devices DSPs18 years ago

Hi, Ok what i have on hand is that i have a .dat image file which i want to store it to the blackfin's memory. I know that by using the...

Hi, Ok what i have on hand is that i have a .dat image file which i want to store it to the blackfin's memory. I know that by using the memory -> fill you can store it to the memory location that can be specify. I have created a Visual Basic interface for the serial communication to the UART port of blackfin 561 board. I notice that after transfering the .dat file data to the UAR


Blackfin 561 UART port

Started by miracle_sksim in Analog Devices DSPs18 years ago 1 reply

Hi, I will like to connect the blackfin to my compuer using the RS232 serial cable. And i will be doing the cable myself as the pins of...

Hi, I will like to connect the blackfin to my compuer using the RS232 serial cable. And i will be doing the cable myself as the pins of the Tx and Rx is not the same for blackfin and the computer's serial interface. So basically, i know that the UART port have two Tx and Rx pins which i not sure which one I should solder onto the female connector. Where the Computer side it is th...


Enhance Blackfin 561

Started by miracle_sksim in Analog Devices DSPs19 years ago 1 reply

Can a Infrad receiver be connected to the blackfin 561 using the UART port ?? Is it possible ?? So that i can control the blackfin board...

Can a Infrad receiver be connected to the blackfin 561 using the UART port ?? Is it possible ?? So that i can control the blackfin board using a infrad remote controller. Baiscally, I need more buttons to use then the restrict 4 push buttons. If possible is there any examples ? I knw that the UART port is used to connect to the serial port of the pc. Hmm.. if the infrad impleme...


Images to Blackfin 561

Started by miracle_sksim in Analog Devices DSPs19 years ago 1 reply

Hi, hmmm.. how do i store images to blackfin 561 using visualDSP 4.0 ? is there a possible to store a small video in blackfin ?? rgds,

Hi, hmmm.. how do i store images to blackfin 561 using visualDSP 4.0 ? is there a possible to store a small video in blackfin ?? rgds,


RE: iir coefficients

Started by George Kadziolka in Analog Devices DSPs19 years ago

Hi Juan, We put on workshops for ADI processors. The link below will take you to the workshop slides for the Blackfin class. You might be...

Hi Juan, We put on workshops for ADI processors. The link below will take you to the workshop slides for the Blackfin class. You might be able to find some of the information you need in there. http://www.analog.com/processors/blackfin/training/workshops/bf533_workshop. html We are slowly moving the as


need info

Started by mahendra varman in Analog Devices DSPs19 years ago

Hi all In a single board, Blackfin BF533 processor is connected sdram 1. and in the same board Tiger sharc TS201 is connected to sdram...

Hi all In a single board, Blackfin BF533 processor is connected sdram 1. and in the same board Tiger sharc TS201 is connected to sdram 2. One fpga is connected in between blackfin and tigersharc Suggest the ways in which I can transfer data from sdram 1( connected to blackfin) to sdram 2 ( connected to tigersharc) and viceversa thru FPGA Thanks R.Mahendran --------------------...


Converting Matlab m code to c code for Blackfin DSPs

Started by Chamira Perera in Analog Devices DSPs19 years ago 1 reply

Hello: I'm a student at a university who is working on a project that involves implementing algorithms for stereo vision. The...

Hello: I'm a student at a university who is working on a project that involves implementing algorithms for stereo vision. The initial development will be done using Matlab and eventually the Matlab m code will be converted to C in order to run the algorithms on a ADSP Blackfin 561. Therefore I was wondering are there any tools that will generate C code from Matlab m code for the Blackfin D...


Data count(DCNT) in TWI

Started by Pramod Jacob in Analog Devices DSPs20 years ago

Hello Everyone, Our design has a Video encoder ADV7171 interfaced with blackfin BF537 through the PPI port. Also to configure the encoder we...

Hello Everyone, Our design has a Video encoder ADV7171 interfaced with blackfin BF537 through the PPI port. Also to configure the encoder we have used the TWI port of Blackfin. I enable the Blackfin to be in Master-Transmit mode. Before enabling the transmission, I fill in the TWI FIFO which is 2-BYTE deep. Everything works fine if i have my *DCNT in (TWI_MASTER_CTL Register)* value as ...


Active noise cancellation on blackfin 533

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

Hi all, I'm doing a project to do 'real time active noise cancellation' on blackfin 533. My second step towards the project (the first step...

Hi all, I'm doing a project to do 'real time active noise cancellation' on blackfin 533. My second step towards the project (the first step is verification of algorithm in matlab) was to send two correlated low frequency audio signals (which i created from matlab) into blacfin 533, and tried to cancel the signal using LMS algorithm. As the codec for blackfin 533 sampled the audio signal a...