DSPRelated.com

VisualDSP Extremely Slow (ADSP-BF533 EZ-KIT LITE rev 1.6)

Started by bcwhite0 in Analog Devices DSPs19 years ago 3 replies

I've just started using VisualDSP and the BlackFin. My host computer is a 1.4GHz P4 running WinXP and using USB to communicate with the ...

I've just started using VisualDSP and the BlackFin. My host computer is a 1.4GHz P4 running WinXP and using USB to communicate with the BF533 EZ-KIT LITE. Everything works, but it is really, really slow! - It takes about 6 seconds to run to the next breakpoint, even if that breakpoint is on the next line. - It takes at least 1 full seco


audio talk through-STDIO_UART(BF533)

Started by shwetha shwetha in Analog Devices DSPs19 years ago

Hi all, I am trying to send the data out from the processor's(BF533) memory back to the "terminal screen"....through the...

Hi all, I am trying to send the data out from the processor's(BF533) memory back to the "terminal screen"....through the UART. so what I did was I added "STDIO_UART.C" file from the STDIO_UART project to my "Audio"project


Simulator Error - BF533

Started by dp161282 in Analog Devices DSPs18 years ago 3 replies

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...


sport configuration on BF533

Started by ashr...@rediffmail.com in Analog Devices DSPs15 years ago

Hello friends Am using BF533 EZKIT board. The SPort1 is configured with internal tx clk. This means that i must be able to see the clk signal at...

Hello friends Am using BF533 EZKIT board. The SPort1 is configured with internal tx clk. This means that i must be able to see the clk signal at TSCLK1 pin of the SPORT1 connector (pin 4). I have configured TSCLKDIV TFSDIV etc. But when i monitor using CRO i am unable to see any signal.What would have gone wrong? I also wanted to know if TCLK signal appears continuously at TSCLK pin or it...


ADSP-BF533 Flash Memory read/write

Started by sky007net in Analog Devices DSPs13 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.


Memory to memory transfer using 1D-MDMA

Started by ratio30 in Analog Devices DSPs17 years ago

Hi, I am new to ADSP-BF533. I'm working on a image processing project for video input on the Ez-Kit Lite board. Color video data are...

Hi, I am new to ADSP-BF533. I'm working on a image processing project for video input on the Ez-Kit Lite board. Color video data are captured and stored in the BF533 external SDRAM in the following order: Cb0 Y0 Cr0, Y1, Cb2 Y2 Cr2, Y3, Cb4 Y4 Cr4, Y5, Cb6 Y6 Cr6.... where each Y, Cr and Cb is 8 bits. My problem is this: I want to do this kind of transferring: Cb0 Y0 Cr0, Cb2 Y2 ...


Help on Video input and output in BF533

Started by abcd...@yahoo.co.in in Analog Devices DSPs14 years ago

Hi all, I am using BF533 EZ-KIT Lite for my project on video processing. I have tried running the example codes( both C and ASM) for video...

Hi all, I am using BF533 EZ-KIT Lite for my project on video processing. I have tried running the example codes( both C and ASM) for video input. The problem is I am getting a gray image on image viewer once I run the code and halt it. So please tell me where this image is stored(memory address)? and what should be the configurations of image viewer window. I also tried VideoEcho code...


how to save/download input signal to flash memory in bf533 EZ-LAB kit

Started by Anonymous in Analog Devices DSPs19 years ago 3 replies

hi, I have also tried to look in talkthrough example for BF533 card, but I don't know for example how can I save/download some...

hi, I have also tried to look in talkthrough example for BF533 card, but I don't know for example how can I save/download some original signal on the board and then to compare it with one form input. I mean - I need to save for instance a


text and graphics overlay on BF533

Started by Gabriel Abreo in Analog Devices DSPs19 years ago

Hi Group,   Sorry for posting this twice if I did.   I have an application in which I am using a BF533 to read a...

Hi Group,   Sorry for posting this twice if I did.   I have an application in which I am using a BF533 to read a combination of user buttons to capture a frame of video, buffer it and display it back out to a video monitor.  


Changing sampling rate on ADSP BF533 ez-kit

Started by zrimkunas in Analog Devices DSPs21 years ago

Hi, I am working with an ADSP BF533 ez-kit and need to change the sampling rate to something quite low. The audio codec is AD1836...

Hi, I am working with an ADSP BF533 ez-kit and need to change the sampling rate to something quite low. The audio codec is AD1836 and its documentation pretty much only tells me that I can have sampling rates of 48 kHz or 96 kHz. I worked w/ a BF535 and I was able to change the


BF533 / ISP1761 USB Host enumerating problem

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

Hello people. I'm using BlackFin BF533 EZ-Kit with ISP1761 as a USB Host Controller. I could succesfully enumerate the internal root hub...

Hello people. I'm using BlackFin BF533 EZ-Kit with ISP1761 as a USB Host Controller. I could succesfully enumerate the internal root hub thanks to the documentation from NXP: AN10037, AN10054. (BTW, also found out some corrections to AN10037, such as writing HC Status Buffer Register) Well, I can send and receive tokens to the root hub, set its address and power the ports using the SetFe...


memory dump with BF533

Started by nhpdxr in Analog Devices DSPs18 years ago

Does anyone know if there is a file size limit the the memory dump feature of Visual DSP when using the BF533? I'm using one of our own boards...

Does anyone know if there is a file size limit the the memory dump feature of Visual DSP when using the BF533? I'm using one of our own boards (not EZ-Kit Lite), along with HPUSB ICE for the emulator, and VDSP 3.5, but VDSP locks up (it seems) with memory dumps of any size. I can't find any reference to an upper size limit for memory dumps... And, does anyone know what's happened to bl...


code memory of BF533 apparently full (but not really)

Started by nhpdxr in Analog Devices DSPs18 years ago

I've inherited a Blackfin BF533 project, and have found something rather odd. When I build the project and examine the map file, I find that the...

I've inherited a Blackfin BF533 project, and have found something rather odd. When I build the project and examine the map file, I find that the claim is made at the top of the file that all the MEM_L1_code space is used (see below, sorry if a formatting problem): Memory Start address End address Qualifier Width Used words Unused words MEM_L1_CODE 0xffa00000 0xffa0ffff RAM 0x8 0x10000 0x0 ...


optimisation of mp3 decoder on BF533 using the 2 MAC units + inline function help

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

Hi! I'm trying to optimize the mad mp3 decoder program using the 2 MAC units of BF533 . But I'm unable to understand wherez the multiplication...

Hi! I'm trying to optimize the mad mp3 decoder program using the 2 MAC units of BF533 . But I'm unable to understand wherez the multiplication operation going on. I found the following inline functions , but i'm unable to understand the operation they r performing.. plz help me out. Thank u in advance. # define MAD_F_MLX(hi, lo, x, y) \ asm ("imull %3" \ : "=a" (lo), "=d" (hi) \ ...


optimisation of mp3 decoder on BF533 using the 2 MAC units + inline function help

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

Hi! I'm trying to optimize the mad mp3 decoder program using the 2 MAC units of BF533 . But I'm unable to understand wherez the multiplication...

Hi! I'm trying to optimize the mad mp3 decoder program using the 2 MAC units of BF533 . But I'm unable to understand wherez the multiplication operation going on. I found the following inline functions , but i'm unable to understand the operation they r performing.. plz help me out. Thank u in advance. # define MAD_F_MLX(hi, lo, x, y) \ asm ("imull %3" \ : "=a" (lo), "=d" (hi) \ ...


regarding stall in ADSP-BF533

Started by venu gopal in Analog Devices DSPs18 years ago

hi, I am working on ADSP -BF533 processor.When I am working on the following code In compiled simulator it is taking some 7000 cycles...

hi, I am working on ADSP -BF533 processor.When I am working on the following code In compiled simulator it is taking some 7000 cycles (app). Because of stalling it is taking double the number (14000(app)) of cycles in single processor simulator a1=a0=0||r4=[i0++]||r3.l=w[i1++]; loop loop3 lc1=p1>>1; loop_begin loop3; a0+=r


how to read an video file from system(pc) to ADSP-BF533

Started by kg_m...@rediffmail.com in Analog Devices DSPs19 years ago 4 replies

hi, i'm working in video image processing. i finshed my code in "c" language. now i want to cross compile this code into ADSP-BF533...

hi, i'm working in video image processing. i finshed my code in "c" language. now i want to cross compile this code into ADSP-BF533 using visual dsp3.5++ . my doubt is in real time: we can read the video sequence from camera using PPI (gave in the video input example). in offline:(before going to real time i want to c


EZKit Lite BF533 - slow USB data upload

Started by in Analog Devices DSPs20 years ago 1 reply

Hi all, i have big problem with EZKit Lite BF533 & VisualDSP 3.1 If I declare big array in SDRAM and build projects I must wait...

Hi all, i have big problem with EZKit Lite BF533 & VisualDSP 3.1 If I declare big array in SDRAM and build projects I must wait too long (more then 2 minutes, depend to array size), then VisualDSP upload my code to EZKit. Did have somebody similar problem? Know


DSP JTAG header connection

Started by ly_n...@hotmail.com in Analog Devices DSPs17 years ago 3 replies

Hi all, I have some problems about the connection between JTAG header (2x7 pins) and ADI BF533. I had followed the schematics provided by ADI,...

Hi all, I have some problems about the connection between JTAG header (2x7 pins) and ADI BF533. I had followed the schematics provided by ADI, in which construct the JTAG header from BF533 (EMU, TDO, TDI, TRST and TCK pins) using two ADG774ABRQ. However, I failed to connect my board to the USB ICE emulator, an error code 0x80048008 occurs. Did anyone try the ADI JTAG header connection bef...


SPI CLOCK PROBLEM ON BF531

Started by C.G. Satish Kumar in Analog Devices DSPs19 years ago

Hai all, i am working in a card which involves SPI communication between ADSP-BF531 and ADSP-BF533.when i perform SPI Master mode ...

Hai all, i am working in a card which involves SPI communication between ADSP-BF531 and ADSP-BF533.when i perform SPI Master mode communication(Transmission) on BF531,i am not able to see the SPI clock on the pin. i am able to get the SPI clock if i run the code on BF533(with header file and ldf file modification ). i am bit confused of this pe