Forums Search for: BF535
maximum sequence size to compute FFT using BF535
Hello I am trying to compute DFT using FFT in BF535. My need is to compute DFT of about 1 megasamples(1 million points). But since I'm very new...
Hello I am trying to compute DFT using FFT in BF535. My need is to compute DFT of about 1 megasamples(1 million points). But since I'm very new to the field and am using a DSP for the first time, I do not know whether this is possible. If it is possible using BF535, how much time does it take to do it? Thank you.
Problem with BF535 EZ-Kit USB driver!
Hi, Super ADSP stars and Gals and Guys and ..., I got a problem with my BF535 EZ-KIT. It does not talk with my VDSP 3.1 properly. ...
Hi, Super ADSP stars and Gals and Guys and ..., I got a problem with my BF535 EZ-KIT. It does not talk with my VDSP 3.1 properly. Wat I had done is: I load some codes using session of ADSP BF535 EZ-Kit Lite. The codes using SPI polling method. And since I halt it in the middle
Blackfin EZ-KIT Lite profiling
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
questions about BF535 EZ kit evaluation board
Hi, all I got a problem when using BF535 Evaluation board EZ-KIT. When I launched Virtual DSP++, and select the session of...
Hi, all I got a problem when using BF535 Evaluation board EZ-KIT. When I launched Virtual DSP++, and select the session of ADSP-21535 EZ-KIT Lite, it met a problem and the err msg is something like: "The current driver version is: 00.00.00. A minimum driver version of 03.00.00 is required.
BF535 EZLite Talkthrough C Initialisation hangs
Hello I am trying to run the 'Talkthrough C.dpj' example program of the BF535 EZLite eval board. Unfortunatly it does not run...
Hello I am trying to run the 'Talkthrough C.dpj' example program of the BF535 EZLite eval board. Unfortunatly it does not run because it does remain to stay in the while loop at line 141 within the initialisation.c (function Init_Codec) //wait for frame valid flag
BF535 still alive!!! (was:Blackfin on PCI)
Hi Sirs, I asked my contacts at Analog, and they confirmed that the BF535 is still alive. So don't worry, guys! For the...
Hi Sirs, I asked my contacts at Analog, and they confirmed that the BF535 is still alive. So don't worry, guys! For the original poster: this could be a nice part to try with. Regards, JaaC Jaime Andr?s Aranguren Cardona jaime.aranguren@jaim... jaime.aranguren@jaim...
Cycle count in Blackfin BF535
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*...
Re: BF535 EZLite Talkthrough C Initialisation hangs
Hello, We had a similar problem, and a colleague of mine found out that there is a statement to be put in comments (in short, removed) if you...
Hello, We had a similar problem, and a colleague of mine found out that there is a statement to be put in comments (in short, removed) if you are using a higher version of the BF535 chip in your ez-kit. Check lines 103-104 in the Init_Interrupts function: // for chip revisions > = 1.0 remove the following instruction (needed for anomaly "IMASK bit polarity") *pSIC_IMASK = 0xffffffcf; So, si
Interfacing AD1885 to BF535
Hi Everyone! I am new to this field, and I would like to interface AD1885 to BF535. Can anyone suggest me the approach how to achieve...
Hi Everyone! I am new to this field, and I would like to interface AD1885 to BF535. Can anyone suggest me the approach how to achieve this? Thankyou -- Alavenu K OU
beginner
hi everyone, i am beginner to using blackfin. I am having ezlite kit bf53. we want to perform fir filtering of sinewave plus noise....
hi everyone, i am beginner to using blackfin. I am having ezlite kit bf53. we want to perform fir filtering of sinewave plus noise. how do i give the input to the blacfin as a sine wave?how do i make the code for fir run in bf535 and see the result on plot window? somebody please help thanking you, bharani.
FrameCaptureVideoOut
Hello, I have bf535. If someone can transmit me the project "FrameCaptureVideoOut" in the SDK. I can't download it because I have visualDSP...
Hello, I have bf535. If someone can transmit me the project "FrameCaptureVideoOut" in the SDK. I can't download it because I have visualDSP 5.0. Best Regard, Aizler
Unknown Exception Occured
Hi, I am working on G.729 in BF535 EZ-KIT. I have written the assembly code for convolution function. I enabled optimization in Project Option....
Hi, I am working on G.729 in BF535 EZ-KIT. I have written the assembly code for convolution function. I enabled optimization in Project Option. If i run the code, i got Unknown exception occured and code is exit. If optimization is disabled, code working without error. Can anybody tell me where is the problem. Also i am running the code with default .ldf file. I am not familiar in writing ldf. ...
Simulator Error - BF533
Hello All, I would highly appreciate any help regarding the following issue. I have a code written in C, which I intend to test on...
Hello All, I would highly appreciate any help regarding the following issue. I have a code written in C, which I intend to test on the Visual DSP++ 4.0 Simulator(Licenced version). The code is working fine when I select BF535 simulator as target but when I select BF533 simulator as target (which is the processor which I intend to use at later stage)the simulator gives the follo...
BlackFin onto PCI
Dear All, I am working in interfacing BlackFin processor onto the PCI bus. Can I interface BF533 with a commercial PCI controller like...
Dear All, I am working in interfacing BlackFin processor onto the PCI bus. Can I interface BF533 with a commercial PCI controller like PCI9030. Do I need to add any logic in between blackfin and PCI9030(or any other copmmercial. BF535 has an inbuilt PCI controller in it, but the the analog.com website says the chip is not in production. Can anyone help me out? Regards
32 bit Fixed-Point Multiplication in Blackfin(BF535)
Hi All, I have implemented the 32 bit fixed point multiplication as described in EE-186 application note by Analog Devices. I...
Hi All, I have implemented the 32 bit fixed point multiplication as described in EE-186 application note by Analog Devices. I have briefly described it here... op1(32)= op1H op1L (op1H and op1L each are 16 bit) op2(32)= op2H op2L (op2H and op2L each are 16 bit) ------------- Ans =
BF535 USB : AD Example Code
Hi, I'm currently experimenting with the BF535EZKit and the example USB code provided by AD. My problem is that I cannot seem to...
Hi, I'm currently experimenting with the BF535EZKit and the example USB code provided by AD. My problem is that I cannot seem to compile the PC example code which communicates random data to and from the BF. It appears as though some .h files are missing. Am I missing something silly? Does anyone have experience getting
c libraries
Hi I am trying to programm a bf535 on a hwak 35 card the problem is that I have use some of the hawk35 drivers and so I have...
Hi I am trying to programm a bf535 on a hwak 35 card the problem is that I have use some of the hawk35 drivers and so I have to use their ldf file because if I try to use the ldf files which are deliverd with visual dsp and insert the hawk35 specific library they dont w
Basic doubt
Hello all I am a fresher to the Blackfin family.(working on BF535) can anybody please guide me,under what all contexts the...
Hello all I am a fresher to the Blackfin family.(working on BF535) can anybody please guide me,under what all contexts the instruction RTI is used.please give me a clear idea of the use of instruction "rti" concerned with supervisor mode and user mode.Please acc
Blackfin Cache Performance
Hello all, I am interested in finding performance data of configuring L1 on BF as Cache as opposed to SRAM for typical...
Hello all, I am interested in finding performance data of configuring L1 on BF as Cache as opposed to SRAM for typical speech/audio/video codec algorithms. Also can the BF535 L1 I and D-cache sizes be configured? Thanks in advance. avi ___
BF535 SPI failures
Hello, I am working with an EZ-LITE KIT for the BF353 Blackfin processor. As some of you might already known the BF353 has...
Hello, I am working with an EZ-LITE KIT for the BF353 Blackfin processor. As some of you might already known the BF353 has two individual SPI ports. I am working on connecting the BF353 up to a number of ADuC832 Micro Converters from Analogg Devices. About two mont






