DSPRelated.com

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


how to transfer data thru SPORT

Started by menaka in Analog Devices DSPs20 years ago 1 reply

Dear All, I am a beginner in ADSP-BF532.I am using Blackfin summit ICE and visual dsp++3.0 software. how to transfer the data...

Dear All, I am a beginner in ADSP-BF532.I am using Blackfin summit ICE and visual dsp++3.0 software. how to transfer the data through SPORT&UART.what is VDK. how to create a kernal for program. if there is any code to transfer the data thru SPORT & UART please sen


Problem while realizing UART Communication Using SPORT with DMA MODE

Started by wyfchina2002 in Analog Devices DSPs19 years ago 1 reply

Hello, I need to complete UART Comm using SPORT by DMA mode.The DSP I use is SHARC 21062.when receiving data,I encounter...

Hello, I need to complete UART Comm using SPORT by DMA mode.The DSP I use is SHARC 21062.when receiving data,I encounter one problem which doesn't happen everytime .But sometimes the Cx register doesn't decounter anymore.So no interrupt generates and the program won'


EE-191 Software UART for ADSP21364

Started by Ronan in Analog Devices DSPs18 years ago

Hi, I want to implement MIDI interface on EZ-KIT lite with ADSP21364, just the RX part. I have tried to modify the EE-191 'glueless...

Hi, I want to implement MIDI interface on EZ-KIT lite with ADSP21364, just the RX part. I have tried to modify the EE-191 'glueless software uart' code for my processor but havent been able to get anything to work. Has anyone successfully ported code from EE-191 to an adsp processor other than the 21161? Many thanks Ronan O'Malley


Enhance Blackfin 561

Started by miracle_sksim in Analog Devices DSPs16 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...


how to transfers data between ADSP21992 and PC by RS232£¿

Started by rock_zhuang in Analog Devices DSPs20 years ago

i use ADSP-21992 EZ-KITs Board Debug Program. When i use ADSP-21992 SPORT to simulating an RS-232 UART and communicate with PC...

i use ADSP-21992 EZ-KITs Board Debug Program. When i use ADSP-21992 SPORT to simulating an RS-232 UART and communicate with PC COM Port. i code program with C by re.EE60(simulating an RS-232 UART using the Synchronous Serial Ports on the ADSP-21XX Family DSPs)


Blackfin 561 UART port

Started by miracle_sksim in Analog Devices DSPs16 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...


Storing Image In Blackfin 561 Memory By UART port

Started by miracle_sksim in Analog Devices DSPs16 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


Using the ADSP-21992 SPORT for polled asynchronous UART operation

Started by Krieger,Alex in Analog Devices DSPs20 years ago

Using the ADSP-21992 SPORT for polled asynchronous UART operation Having refferd to ADI's EE60 and AN401-08 on...

Using the ADSP-21992 SPORT for polled asynchronous UART operation Having refferd to ADI's EE60 and AN401-08 on interrupt-driven SPORT operation, I would like to adapt these ide


UART using SPORT

Started by tejabhi p in Analog Devices DSPs20 years ago 1 reply

I am referring the App.Note EE-60 and the corresponding code (pls find attached) to generate UART using SPORT. ...

I am referring the App.Note EE-60 and the corresponding code (pls find attached) to generate UART using SPORT. I have two queries 1) In the


UART Code for Blackfin 533

Started by Chandrakant Deoda in Analog Devices DSPs18 years ago 3 replies

Dear Group,   If any one have any example code of UART for Blackfin 533 which is written in C language. Please...

Dear Group,   If any one have any example code of UART for Blackfin 533 which is written in C language. Please share with me. In


About Interrupts

Started by Ailton Santana in Analog Devices DSPs24 years ago

Does anyone know if the 21061 really stores the ASTAT and all other registers before processing the UART interrupt? ...

Does anyone know if the 21061 really stores the ASTAT and all other registers before processing the UART interrupt?


EE-191 Software UART for ADSP21262

Started by omal...@gmail.com in Analog Devices DSPs18 years ago

hey guys, anyone successfully translate this? my attempt seems to have failed, im using the adsp-21364. any response greatly...

hey guys, anyone successfully translate this? my attempt seems to have failed, im using the adsp-21364. any response greatly appreciated Ronan


BF533-AURT and DMA

Started by in Analog Devices DSPs20 years ago 5 replies

Hello I have to transfer an array (sizeof is 64) to my BF via UART, so I have to install DMA. Does somebody have experience...

Hello I have to transfer an array (sizeof is 64) to my BF via UART, so I have to install DMA. Does somebody have experience with this, is there an EE-notes, or an example somewhere? Thanks in advance Stephane


Re: Re: reg 2181

Started by Mike Rosing in Analog Devices DSPs18 years ago 1 reply

On Fri, 4 Nov 2005, Sendhil Kumar wrote: > Dear Friends, > I have a problem in ADSP2181. > > The board that i'm using is a one which...

On Fri, 4 Nov 2005, Sendhil Kumar wrote: > Dear Friends, > I have a problem in ADSP2181. > > The board that i'm using is a one which is developed by us. I have a routine > to send a character through UART, which i have called in a nested loop. The > problem that i face is that the number of character that displayed is not >


DSP Newbie

Started by Jokerz2 in Analog Devices DSPs20 years ago

Hello, I am new to DSP'in, I am use to just doing 8 and 16 bit designs. I am triyng to get started on a 535 blackfin board. I am...

Hello, I am new to DSP'in, I am use to just doing 8 and 16 bit designs. I am triyng to get started on a 535 blackfin board. I am just trying to use the UARTS and the SPI ports. This is my UART Init Code .. void Uart0Init(void) { *pUART0_LCR = 3; //8 bi


uart initialization in 21061

Started by Liyju Janardhan in Analog Devices DSPs22 years ago

Hi, I am trying to write a simple C program for ADSP-21061 which just loopback the byte which I am is to the kit. Some how...

Hi, I am trying to write a simple C program for ADSP-21061 which just loopback the byte which I am is to the kit. Some how I am not able to generate an interrupt(IRQ2). That is the processor does't jump to my interrupt service routine(isr). I am new to


AW: IRQ2 interrupt

Started by Christoph Ripcke in Analog Devices DSPs21 years ago 8 replies

Hi everybody, several years ago I had the same problem on an '61 eval-board. I never made the UART interrupt run on it. I...

Hi everybody, several years ago I had the same problem on an '61 eval-board. I never made the UART interrupt run on it. I solved the problem by connecting the IRQ2 to IRQ1 (IRQ0???) and used that one instead. That worked fine and no changes in software were needed (according t


Blackfin board

Started by Jaime Andres Aranguren Cardona in Analog Devices DSPs16 years ago 1 reply

Hello, Does any of you know of Blackfin based boards, different from ADI (EzKits) = Bluetechnix, Zbrain, Avnet VSK or Surveyor, which is low...

Hello, Does any of you know of Blackfin based boards, different from ADI (EzKits) = Bluetechnix, Zbrain, Avnet VSK or Surveyor, which is low cost and has: - SDRAM - Flash - Analog Video Input - Some GPIO - UART Regards. =20 Jaime Andr=E9s Aranguren Cardona j...@ieee.org j...@computer.org _____________________________________________________________________= ______________...


ADSP-2191 Uart Boot

Started by twd2950 in Analog Devices DSPs22 years ago

Well, I finally obtained a new elfldr2191dll.dll file from Analog Devices Support that fixes the VDSP 3.0 loader. It works great...

Well, I finally obtained a new elfldr2191dll.dll file from Analog Devices Support that fixes the VDSP 3.0 loader. It works great now. I'm not sure why they don't have this new .dll fix listed on their website or ftp site. By the way, who is the moderator of this list?