Forums Search for: UART
RE: Digest Number 1360 porting EE-191Software UART to the ADSP21262
Hi all, I got the transmit and receive portions to work with help from a couple of newsgroup replies. My project is for a custom board, with...
Hi all, I got the transmit and receive portions to work with help from a couple of newsgroup replies. My project is for a custom board, with different dai pins from the eval board, and it's a vdk project using the ADSP21262, so it won't just be a drop in for you. It might be help anyway so I'm sending it along. I'm not sending the complete project, just the parts about the UART. Let me know
reg booting and uart
hi we degisned a new board with bf532 (like evaluation board). i am trying to boot bf532 from AM29LV400B. i need a boot code and also for uart...
hi we degisned a new board with bf532 (like evaluation board). i am trying to boot bf532 from AM29LV400B. i need a boot code and also for uart code. thanks with regards gokul
uart with 21161n
I?m implementing an UART for a 21161n DSP as it?s shown on the EE-191 Analog Device?s...
I?m implementing an UART for a 21161n DSP as it?s shown on the EE-191 Analog Device?s document. http://www.analog.com/UploadedFiles/Application_Notes/399447663EE191.pdf According to the schematic two flag pins can be optionally connected to manage the CTS and RTS control signals. Could anybody explain me where may I connect them (what FLAGx and FLAGy are?) and what?s their utility? Tha...
HELP!!! URGENT BLACKFIN 533
Hi, We really need help in trying to use SPI and UART. We don't kknow how to see the output from the visual DSP UART example or seeing any output...
Hi, We really need help in trying to use SPI and UART. We don't kknow how to see the output from the visual DSP UART example or seeing any output for that matter. It simply says running at the bottom of the screen. We need this with SPI (is the code given in help the correct code - which registers do we need to change?) The SPI is nothing fancy. We want the 533 to be the slave of a few ATMEGA32...
Enhance Blackfin 561
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...
Blackfin 561 UART port
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...
Video in out on BF561
Hi,i am using Bf561 EZkit to run my algorithem for this i want to access the incoming frames from real time video,any one please help me how...
Hi,i am using Bf561 EZkit to run my algorithem for this i want to access the incoming frames from real time video,any one please help me how can i access frames i am sing Vidioinout example also i want to transmitt these frames to UART,specially i request miracle_skism kindly help me if u can.UART project is running stand alone thanks
Storing Image In Blackfin 561 Memory By UART port
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
UART DMA
Hello, Can someone enumerate the steps involved in setting up a UART DMA on a Blackfin BF534 processor? Regards, Nithin B Dev
Hello, Can someone enumerate the steps involved in setting up a UART DMA on a Blackfin BF534 processor? Regards, Nithin B Dev
Software UART on BF533
hi all, well i need to implement software UART using SPORT in BF533. do anyone has implemented this already? or any code...
hi all, well i need to implement software UART using SPORT in BF533. do anyone has implemented this already? or any code reference....? thanks in advance dts
BF 533 UART C code
Dear group Can anyone share me the BF533 UART C routine. Indeed its there for BF561.but its tough for me to understand. Any simple...
Dear group Can anyone share me the BF533 UART C routine. Indeed its there for BF561.but its tough for me to understand. Any simple C code would do. thanks and regards
On chip timer
hi all i'm using adsp2181 ezkit lite board. As we all know 2181 has only 1 timer. my requirement is to use this timer for 2 purposes using...
hi all i'm using adsp2181 ezkit lite board. As we all know 2181 has only 1 timer. my requirement is to use this timer for 2 purposes using status condition. i'm using timer for UART and i need to use the same timer for generating some control pulses for my project. my idea is to use a status check. i.e. if dm(status)=1 then the timer is dedicated to UART and if dm(status)=0 the timer is...
Problem while realizing UART Communication Using SPORT with DMA MODE
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'
EZKITLite2181<->PC
I know that it is possible to connect and working in the loop (MAtlab<->aDSP2181) PC with ezkitl adsp2181 board but to make it work a need...
I know that it is possible to connect and working in the loop (MAtlab<->aDSP2181) PC with ezkitl adsp2181 board but to make it work a need some time(emulate uart in asm brrrr..) so i need to know if I am wasting my time. Have you any expierience in connecting this board to through RS232?? Maybe some code in C language(uart emulation, configuration
21xx software UART
Hi all There is several documentation about inplementing UART software using 2 I/O= pin and the timer interrupt for the 21xx...
Hi all There is several documentation about inplementing UART software using 2 I/O= pin and the timer interrupt for the 21xx fixed point series. The problem is= that I lost the only timer available and i need it (at the same time for ot= her pourposes). Has anyone some idea ho
UART for 21xx EzKit Lite
Hi guys! I've just finished implementing (best called "porting") the code from de "Enginner to Engineer Note EE-89: Implementing a...
Hi guys! I've just finished implementing (best called "porting") the code from de "Enginner to Engineer Note EE-89: Implementing a Software UART on the ADSP-2181 EzKitLite", but ready for being used within Visual DSP++ 2.00 for 21XX. It also implement a new feature: 38400, 57600 and 115200 baud
UART ADSP219x to PC
Hello! I would like to communicate with the ADSP 2191 via the UART (RS232) to a pc-terminal program. Please can somebody give me...
Hello! I would like to communicate with the ADSP 2191 via the UART (RS232) to a pc-terminal program. Please can somebody give me an example code. Thanks in advance! erich
Eprom boot
hi all I am using SHARC 21061 ezkit lite kit. I am trying to interface DSP with PC on serial prot I had more or less...
hi all I am using SHARC 21061 ezkit lite kit. I am trying to interface DSP with PC on serial prot I had more or less achived the task AS i start i capture the UART and Reintialise UART and I use my protocols for communication. The whole thing
ADSP-2191 Booting
Any ADSP2191 users here try booting from the UART? I seem to be fulfilling all the requirements but the DSP doesn't start up. ...
Any ADSP2191 users here try booting from the UART?
I seem to be fulfilling all the requirements but the DSP doesn't
start up.
Here are the steps I'm following:
ADSP-21065L-EZLITE / UART / IRQ0 Problems
Hello, Hopefully, some of you could help me on this. I am trying to communicate my EZLAB (ADDS-21065-EZLITE) to my host PC, via...
Hello, Hopefully, some of you could help me on this. I am trying to communicate my EZLAB (ADDS-21065-EZLITE) to my host PC, via the serial port. All of this is being done with an emulator (I am "discarding" the Monitor, for using the UART). Finally, I fi






