DSPRelated.com

Help on AC-Link driver for blackfin

Started by Anonymous in Analog Devices DSPs19 years ago

Hi, Could be of great help if somebody from group can send me AC-Link Slot- 16 driver for blackfin. Any frame work for writing...

Hi, Could be of great help if somebody from group can send me AC-Link Slot- 16 driver for blackfin. Any frame work for writing the driver would help me alot. Hope many would would have written driver for codec interface with TDM and some body will help me out of this.


Blakfin in the DS1052E Scope

Started by dimlow_uk in Analog Devices DSPs14 years ago

Are there any blackfin experts here looking for a challenge ? Over at Eevblog forum we have managed to hack the 50 Mhz DS1052E Rigol scope to...

Are there any blackfin experts here looking for a challenge ? Over at Eevblog forum we have managed to hack the 50 Mhz DS1052E Rigol scope to the faster 100Mhz DS1102E just by changing the serial number. But on some occasions this has not worked and we need to reprogram the boot flash from a copy that is from a working scope. The problem is nobody there seems to know the blackfin processor ...


APEX Emulator Blackfin

Started by Dieter Teuchert in Analog Devices DSPs21 years ago 1 reply

Hi, i have been using a Blackfin 21535 EZKIT with an APEX Emulator do develop some application in C++. Now we got our own...

Hi, i have been using a Blackfin 21535 EZKIT with an APEX Emulator do develop some application in C++. Now we got our own hardware with BF533 and a JTAG connector. The BF533 seems to run, core voltage comes up as 1.056 V, crystel 8 MHz oscillating. It does not have any e


On blackfin Timer

Started by isni...@gmail.com in Analog Devices DSPs16 years ago 1 reply

Hi, I am working with Blackfin processor BF534......... I am configuring three timers in the PWM_OUT mode.... I am mapping three timers to...

Hi, I am working with Blackfin processor BF534......... I am configuring three timers in the PWM_OUT mode.... I am mapping three timers to three separte interrupt Service routines as shown below.............I have intialized all the Timers in PWM_OUT, PULSE_HI=0, IRQ_ENA=PERIOD_CNT=1......... void Init_Interrupts() { // assign core IDs to interrupts *pSIC_IAR0 = 0xffffffff; *pSIC_IAR1 = ...


Query regarding Blackfin Bravo

Started by lakshmikanth r in Analog Devices DSPs19 years ago

Hi, I would like to more information on the BLACKFIN BRAVO board available form AD. In the data sheet there is just a...

Hi, I would like to more information on the BLACKFIN BRAVO board available form AD. In the data sheet there is just a mention of BLACFIN core. Does it consists a ADSP-561 core or different ADSP-53x core?. With regards, R.Lakshmikanth


Blackfin DSP PCB Design

Started by Rick W. Chen in Analog Devices DSPs19 years ago 7 replies

Hi there, I am intending to design a PCB for the Blackfin 531/2/3 dsp. I have not any experience in PCB design when it comes to such...

Hi there, I am intending to design a PCB for the Blackfin 531/2/3 dsp. I have not any experience in PCB design when it comes to such a high performance processor before, and I would like some help and advice on it. It will need to interface with an omnivision camera module. My concerns are to do with the chip's packaging, and th


blackfin boot 533

Started by jeff...@erols.com in Analog Devices DSPs17 years ago

HI, I would like to boot the blackfin via the spi interface and I am not sure how to get the initial code into the eeprom. Does this prom have...

HI, I would like to boot the blackfin via the spi interface and I am not sure how to get the initial code into the eeprom. Does this prom have to be programmed via an external programmer or is there a way to get code into the spi eeprom via another method? Regards, Jeff


Problems with VisualDSP++ and fread function

Started by giovanniparodi79 in Analog Devices DSPs19 years ago 10 replies

Hello everybody, I have two problems: I bought a EZ-KLite Blackfin 533 and I want to use it with a version of VisualDSP++...

Hello everybody, I have two problems: I bought a EZ-KLite Blackfin 533 and I want to use it with a version of VisualDSP++ that I bought for a Shark processor. However I don't know if it is possible to use the 32 bit version of Visual DSP++ for Blackfin, I think that i


Cycle count in Blackfin BF535

Started by Dhaval Parekh in Analog Devices DSPs18 years ago 5 replies

Hi All, I would highly appreciate if any one can answer my query. I have written a small program in C to check the cycle consumption for...

Hi All, I would highly appreciate if any one can answer my query. I have written a small program in C to check the cycle consumption for different operations in Blackfin (BF535) I am using the demo version of Visual DSP++ 3.5 simulator for this purpose. The code which I have written is as follows... void main(void) { long int a,b,i1,i2,i3,i5,i6; a=4; b=2; i1 = a+b; i2 = a*...


MemDMA Problem in Blackfin 21535 ?

Started by Honathon Tuttle in Analog Devices DSPs21 years ago 2 replies

I've been evaluating the Blackfin using the EZ-KIT and a JTAG ICE. Looks good on paper, but I have run into a problem. MemDMA to...

I've been evaluating the Blackfin using the EZ-KIT and a JTAG ICE. Looks good on paper, but I have run into a problem. MemDMA to L2 SRAM doesn't seem to work. DMA to other destinations works, but not L2. It partially completes and then locks up the DMA engine. Is this a k


Blackfin execution peculiarity

Started by John Speth in Analog Devices DSPs18 years ago

Hi Group- My application is running on a Blackfin BF532 mainly collecting analog signal samples and doing some simple processing on a...

Hi Group- My application is running on a Blackfin BF532 mainly collecting analog signal samples and doing some simple processing on a per- sample basis. The data rate is 4M SPS so I'm digging for any speed optimizations I can get. I've observed a situation in which _adding_ lines of code makes the execution time _decrease_! Here's my code: #define BUFFER_SIZE 32 static long gB...


Blackfin clock configuration under the VDK

Started by mwdawson62 in Analog Devices DSPs19 years ago 3 replies

I'm using the VDK for a blackfin project. Its not clear how to configure the core and system clock. The kernel tab has a nice...

I'm using the VDK for a blackfin project. Its not clear how to configure the core and system clock. The kernel tab has a nice "clock frequency" parameter that you can set but I can't find any explanation of what it does with this. How does the setup code know


Blackfin IIR Filter routine with a0 coefficient normalized to 0.5

Started by dcac...@gmx.ch in Analog Devices DSPs17 years ago

Hello out there, I just wondered whether anyone of you has already solved the problem I am currently facing. I want to implement a multi...

Hello out there, I just wondered whether anyone of you has already solved the problem I am currently facing. I want to implement a multi section biquad iir filter on a Blackfin DSP. The problem with the filter routines that are provided within VisualDSP are: iir_fr16(): ----------- The function normalizes the a0 coefficient to 1. Since a1 and a2 also must be 1 or less in fraction...


32-bit Fixed Point CFFT for Blackfin

Started by Michael R McKinley in Analog Devices DSPs21 years ago

Any ideas where I can find an optimized 32-bit fixed point CFFT for the Blackfin? Thanks in advance. ...

Any ideas where I can find an optimized 32-bit fixed point CFFT for the Blackfin? Thanks in advance.


interrupts doesn't work

Started by Giovanni Parodi in Analog Devices DSPs19 years ago 2 replies

Hello everybody. I have a problem with blackfin 533. I want to use the video input example but it doesn't work. The problem is...

Hello everybody. I have a problem with blackfin 533. I want to use the video input example but it doesn't work. The problem is that it doesn't enter the ISR routine. I use Visual DSP++ 3.5 with blackfin 533 ezlite . I don't know what to do, the PPI register is correctly


Use VDSP++ from Ezkit with custom board?

Started by Devin D. Butterfield in Analog Devices DSPs20 years ago 4 replies

Hi all, Does anyone know if it is possible to use the VisualDSP++ software that comes with a Blackfin ezkit with a custom...

Hi all, Does anyone know if it is possible to use the VisualDSP++ software that comes with a Blackfin ezkit with a custom designed Blackfin-based board? The reason I'm asking is that I'm planning to design a Blackin based board with hi-speed ADCs and DACs for processing modem


Blackfin USB driver for WinCE

Started by msha...@gmail.com in Analog Devices DSPs14 years ago

Hello Friends I am a newbie to this embedded world.I just joined a small startup company in my place as a trainee directly after i completed...

Hello Friends I am a newbie to this embedded world.I just joined a small startup company in my place as a trainee directly after i completed my degree in Electronics Engineering. I am working on Blackfin processor BF 527..we have an evaluation kit ADSP BF-527 EZ Kit Lite... The example codes for USB drivers for bulk IN and OUT transfers that come with the VisualDSP++ 5.0 works fine with t...


Learn About Open Source Programming on Blackfin Processors (fwd)

Started by Kenneth Porter in Analog Devices DSPs20 years ago

Analog Devices Presents... uClinux on the Blackfin Processor The first in a series of live interactive Embedded Processing...

Analog Devices Presents... uClinux on the Blackfin Processor The first in a series of live interactive Embedded Processing webcasts dedicated to Embedded Development Tools. Presenter: Phil Wilshire of System Design and Consulting Services, LLC Date: Thursday, September


statistical signal processing on Blackfin

Started by Marko Kanadi in Analog Devices DSPs15 years ago 4 replies

Hi, I'm Marko from DSP research group of Institut Teknologi Bandung Currently I'm tackling with the implementation of a statistical signal...

Hi, I'm Marko from DSP research group of Institut Teknologi Bandung Currently I'm tackling with the implementation of a statistical signal processing algorithm on Blackfin BF561EZ. I just started working with the machine thus, you can consider me as a newbie. In my work, the machine needs to handle calculations with real numbers. The problem is even the algorithm is successfully compiled, the m...


Blackfin Dma uart

Started by bud_77it in Analog Devices DSPs21 years ago

Hello (excuse me for my bad english) I have a problem with dma uart of Blackfin.I configure uart with relative register (lcr dll)...

Hello (excuse me for my bad english) I have a problem with dma uart of Blackfin.I configure uart with relative register (lcr dll) for set baud rate and caratteristic (stop bit,ecc..).But i have some problem with dma register,there is someone that can help me with a example file.