DSPRelated.com

21065L & VDSP++ 4 External Flash Problems

Started by Christopher Houdeshell in Analog Devices DSPs19 years ago 1 reply

Hello all. I hope that you all can help me on this. We currently have a 21065L on a custom board with a 8MB Flash. We also have...

Hello all. I hope that you all can help me on this. We currently have a 21065L on a custom board with a 8MB Flash. We also have SDRAM. This is our problem. We have a small test application that blinks one of the LED lights. When usin


pm and dm data, sdram of ADSP 21065L EZ-KIT Lite

Started by normal_ozone in Analog Devices DSPs22 years ago 1 reply

Hi, My pm_data and dm_data are in the memory locations START(0x0000c000) END(0x0000cfff) and START(0x0000d000) END(0x0000dfff)...

Hi, My pm_data and dm_data are in the memory locations START(0x0000c000) END(0x0000cfff) and START(0x0000d000) END(0x0000dfff) respectively. I want to maximize my dm_data so I transferred my pm_data to START (0x00009400) END(0x00009fff) and my dm_data then becomes START


how to fill a file into memory and use fopen to open it ?

Started by klarke0421 in Analog Devices DSPs16 years ago

hi all i want to fill a xxx.264 file into the sdram memory and than open it in my program by using fopen ,is that ok?and how? thanks!!!!

hi all i want to fill a xxx.264 file into the sdram memory and than open it in my program by using fopen ,is that ok?and how? thanks!!!!


Help - Data transfer from bf533 to PC using UART

Started by meiya zha gan in Analog Devices DSPs19 years ago 1 reply

Hi, just i'm in finishing stage of my algorithm. Now my results are stored in memory(internal or sdram)of BF533. i want to transfer...

Hi, just i'm in finishing stage of my algorithm. Now my results are stored in memory(internal or sdram)of BF533. i want to transfer this result to PC and display it there in hyperterminal window using UART. Analog devices gave some example code but it has Tx , Rx option and autobaud (lengthy .asm code). i want the simple example "C" code which is transfering data from


Place code and data in ROM of BF533 EZ-kit lite

Started by Chandresh in Analog Devices DSPs18 years ago

Hi all, I am porting a codec to ADSP-BF533 Ez-kit lite and visualDSP++ 4.0. What I am doing is: =20 1-Since my code is large, I mapped all...

Hi all, I am porting a codec to ADSP-BF533 Ez-kit lite and visualDSP++ 4.0. What I am doing is: =20 1-Since my code is large, I mapped all of the data (including stack and heap) and code to external SDRAM and only frequently used modules to internal L1 SRAM (using LDF). 2-Caches are turned on to improve performance. 3-The encoder is reading an audio file (.wav) from PC using fr...


problems in 211xx interrupt controller

Started by Jens Michaelsen in Analog Devices DSPs21 years ago 1 reply

In the mail "Re: [adsp] Re: Executing code from external SDRAM" Kenneth Porter mentions >(Also, now that you're running code...

In the mail "Re: [adsp] Re: Executing code from external SDRAM" Kenneth Porter mentions >(Also, now that you're running code from external >memory, be careful of interrupt stuff. ADI just confirmed >that the problems with the interrupt controller seen


PPI Interface Clock on BF-537 EZLITE Borad

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

Hello Sir, I am developing a application in which I want to output the data stored in the SDRAM via PPI Interface. The data speed...

Hello Sir, I am developing a application in which I want to output the data stored in the SDRAM via PPI Interface. The data speed must be around 30 MHZ. In other words PPI_CLK needs to be 30 MHz. I understand that the PPI is clocked through PF15 pin. I also observed that there is a PPI connector (P8) for PF-15 pin on the board. My questions:- 1) How will I clock the PPI interf...


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


[ADSP] LDF file problem

Started by Chandrakant Deoda in Analog Devices DSPs19 years ago 6 replies

Hello I am working with ADSP 2189 and facing the following problem I have defult ldf file for 2189 with 32k PM and 48k DM, now I want to...

Hello I am working with ADSP 2189 and facing the following problem I have defult ldf file for 2189 with 32k PM and 48k DM, now I want to connect the 8MB SDRAM and 2 MB Flash RAM how can i connect ..? i.e. how can i modify the ldf file so i can connect external memory. Regards Chandrakant


tiger sharc

Started by rama raju in Analog Devices DSPs20 years ago 4 replies

dear friend, i am new to this group. i have to design multiprocessor based design using Tiger SHARC ts101. system consists of 2...

dear friend, i am new to this group. i have to design multiprocessor based design using Tiger SHARC ts101. system consists of 2 processors, one sdram. i would like to know how to connect cluster-bus, and how to boot second processor( host or link boot) ( for first processor i am using


Display video movie on TV using BF 533

Started by jothi sundaram in Analog Devices DSPs21 years ago

Hai,     I am trying to use a DMA for video display using BF533 processor, there seems to be memory conflict when the DMA and...

Hai,     I am trying to use a DMA for video display using BF533 processor, there seems to be memory conflict when the DMA and the DSP access the SDRAM at the same time. Is there a way to ensure that the DMA tranfer is completed before starting the application processing


DMA Modes

Started by Vaishali Agarwal in Analog Devices DSPs20 years ago

Hi, We, Vaishali and Priya, project associates at IIT Madras are working on BF 533 to configure it to DMA transfer data from SDRAM...

Hi, We, Vaishali and Priya, project associates at IIT Madras are working on BF 533 to configure it to DMA transfer data from SDRAM to PPI. The Sclock has been configured for 126 MHz and the PPI clock in is provided for from Timer0. When the PPI clock in from Timer0 is configured for 63mhz[as per


Using external memory of ADSP-21065L

Started by "Allia Donna D. Go" in Analog Devices DSPs17 years ago 1 reply

Hi! I'm having a problem with my thesis. I need to know how to use the external memory of ADSP-21065L. My thesis is about MP3 Decoder using...

Hi! I'm having a problem with my thesis. I need to know how to use the external memory of ADSP-21065L. My thesis is about MP3 Decoder using ADSP-21065L with audio enhancements. An MP3 file should come from an external memory, i.e. SDRAM, SD card. Now I don't know how to interface this to the dsp board. I would really appreciate any help from you. Thank you!


Flashing VDK project with lwIP stack

Started by Zdenek_Z in Analog Devices DSPs18 years ago

Hi everyone ! I am trying still without success flashing simple vdk project with lwip to internal flash of the bf533 ezkit board. - after...

Hi everyone ! I am trying still without success flashing simple vdk project with lwip to internal flash of the bf533 ezkit board. - after reseting the system hangs up, but from debug session works well. Initialization of SDRAM is included. Simple vdk project without lwip stack works well too. Where could be the problem ? Some special settings in linker file ? Looking forward to an ear...


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


hi all shared memory querry

Started by harsha sb sb in Analog Devices DSPs19 years ago 1 reply

Hi all, I am working on the ADSP-21160 board, I have one PCIDSP board in which 3 ADSP-21160 are embedded,there is host communication to...

Hi all, I am working on the ADSP-21160 board, I have one PCIDSP board in which 3 ADSP-21160 are embedded,there is host communication to this processors via a PCI bus, so my input is comming through the PCI bus and is stored in the internal memory. I have a memory SDRAM of 64MB. 1. My question is how i can make this external memory 64MB as a shared memory to all


SDRAM failure

Started by Werner du Toit in Analog Devices DSPs20 years ago

When my C6711 DSK boots up, LED 2 remains on.  But when I do the conf test, everything seems to be working fine.  Is there a...

When my C6711 DSK boots up, LED 2 remains on.  But when I do the conf test, everything seems to be working fine.  Is there a logical explanation for this?


Data transfer frm dma to ppi

Started by Vaishali in Analog Devices DSPs20 years ago 1 reply

hey ppl, i am encountering a little technical confusion with my work.m dealing vit dsp up(bf 533) ive written a code for...

hey ppl, i am encountering a little technical confusion with my work.m dealing vit dsp up(bf 533) ive written a code for dma[sdram] to ppi data transfer.my system clock has been configured for 126 mhz.my dma takes sclock/2 value which is around 63 mhz.ive configured my ppi to


How CMOS sensor capture images?

Started by univmercury in Analog Devices DSPs17 years ago 2 replies

Hi all, I'm doing a project on image processing. I use the CMOS sensor to capture the images. In the cmos sensor main function, I only find...

Hi all, I'm doing a project on image processing. I use the CMOS sensor to capture the images. In the cmos sensor main function, I only find the Initialization PLL, EBIU, SDRAM, then the I2C Init, and some I2C read & write registers. then the DMA&PPI init, but when the DMA transfer starts? and where it put the data? I'm a newbie in DSP, I just have a little sence in Visual DSP++. Thank...


How to Download the Hex file into Flash(M29W160EB)...?

Started by mall...@yahoo.co.in in Analog Devices DSPs16 years ago 6 replies

Hi all! we have constructed our new bf532 Evaluation board with M29W160EB Flash memory and MT48LC8M16A2 SDRAM and AT25F2048 serial memory...

Hi all! we have constructed our new bf532 Evaluation board with M29W160EB Flash memory and MT48LC8M16A2 SDRAM and AT25F2048 serial memory ......I Just checked with the USB emulator.....it's working properly......I just need a way to download the generated Hex file into the flash so, that i can check the booting.... By using the emulator can we download the hex file into flash.....?? Is th...