Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Discussion Groups

Discussion Groups | TMS320C6x

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

Search Results for "uart"

  

Post a new Thread

TMS320C6x Related Blogs

UART in EVMDM642   [2 Articles]

Kalaivani.S - Oct 15 2005
Hi, Am using UART in EVMDM642. It has dual UART. I tried out the example, uarttest.pjt given along with DDK version 1.20. It works fine for UART port A which is a 9-pin ... UART in EVMDM642

Uart Interface

farooq muzammil. - Nov 24 2005
Hello to all, I m using UART(1650) with the C6711 board, i have written the interface, i give some data to dsp processor from pc through that UART and then my outputs are loop... Uart Interface

Re: MCBSP UART not working after CSL upgrade ( sprc090 installation )

greg...@yahoo.com - Nov 7 2006
Hi Gregor. I am implementing a UART on DSK 6211 in CCS2.0, Had you > tried the same program that is given in spra633b,pdf from the texas > instruments. Please reply, this informa... Re: MCBSP UART not working after CSL upgrade ( sprc090 installation )

SDRAM interface problem   [3 Articles]

Bhaskar Reddy N - Jun 25 2005
First of all thanks for the suggestions. Here are few more observations about the problem. When SDRAM is enabled and refresh is happening, there is no problem with UART un... SDRAM interface problem

SDRAM Interface problem   [5 Articles]

Bhaskar Reddy N - Jun 24 2005
Hi, this may be board related problem but i was clue less on this. needed help. I am using 6711, code running internally. CE0 space is used for SDRAM, CE1 for Flash, CE2... SDRAM Interface problem

Use of McBSP as UART   [4 Articles]

Sandeep Pande - Apr 15 2003
HI all, How can we use McBSP as UART ? I am designing a McBSP to 8051 UART interface. The interface should work on 2 lines (DX,DR) from McBSP and (TXD,RXD) o... Use of McBSP as UART

UART not responding   [2 Articles]

david - Jul 14 2008
Hi! I'm using DM6437, and finally I can use uart0 with interrupt, but sometimes if I send many messages on com port in short time, uart stops to work completely. I don't see t... UART not responding

UART Overrun Condition   [6 Articles]

david - Jul 14 2008
I have read spru997a, but I don't know what to do when uart goes in overrun condition (OE = 1 in LSR).Which uart register I have to set? ------------------------------------ ... UART Overrun Condition

sw-uart hw-uart

sven...@gmx.de - Feb 10 2006
Hi! the file uartmd.l62 is included in the device driver kit. (ddk_v1_11_00_00) spra882a.pdf explains how to use it. regards, Sven ... sw-uart hw-uart

Re: how we can interface rs232 port with the dsp board

Adolf Klemenz - Dec 20 2006
Dear Wajahat, you can either connect a dedicated UART device like the 16C550/650 to the 6713 EMIF, use one of the 6713 McBSPs for a software UART emulation, or use Maxim'... Re:  how we can interface rs232 port with the dsp board

c6713, Chassaing Example and UART Daughtercard

awil...@hotmail.com - Nov 3 2006
Hi folks I have a c6713 DSK and a UART Daughtercard from Windmill Innovations. I want to Tx the value of a potenciometer, connected to a microcontroller's AD and send this value... c6713, Chassaing Example and UART Daughtercard

configuring McBSP as UART   [2 Articles]

joshy jose - Feb 7 2007
hai friends, i wish to confiure McBSP as uart , and i could find two ways for that , one , seting as serial port , another as general purpose input output 1)what is th... configuring McBSP as UART

Re: how we can interface rs232 port with the dsp board

faha...@gmail.com - Nov 9 2007
isn't it possible to connect to serial interface only through DR and DX of mcbsp in SPI mode and not connecting clock and frame synchronization to other device. regards eff ... Re:  how we can interface rs232 port with the dsp board

using Mcbsp as UART ?   [3 Articles]

Muoi Nho - Jun 1 2006
Hi all I'd like to use Mcbsp of TMS320C6713 as UART. I found some information in the application note spra633b.pdf of TI and it seems difficult. If anyone has use it, please... using Mcbsp as UART ?

C67x Midi   [2 Articles]

tirochey - Jan 29 2003
Has anyone here ever done a midi I/O on a C67x processor? As far as I know, there are two options, the first is to use the McBSP in Software UART mode (using ... C67x Midi

mcbsp uart interface

faha...@gmail.com - Jan 18 2008
Problem: 685 I am trying to interface uart with mcbsp on dsk6713 board by spectrum digital.I am using Texas Instrument spra633b. I am using UART in GPIO mode and using assembly ... mcbsp uart interface

UART Hardware   [2 Articles]

mola...@yahoo.com - May 19 2005
Hello I am trying to interface a hardware UART to mcBSP.I read some of the messages in which I have seen people who already implemented the task.I would be grateful to you if... UART Hardware

McBSP & UART   [2 Articles]

- Jun 24 2002
Hi, We are trying to use the McBSP to interface to a UART. we followed the application report document (SPRA633A) for TI. For a loop back mode it works fine, we g... McBSP & UART

SW-UART on DSK6713   [3 Articles]

thomas05281 - Oct 21 2005
Hi, I'm working with DSK6713 and I want to implement a SW-UART. My Hardware is a Daughter Card RS232 from DSPGlobal. For building the project I need 2 libraries "uarthw_... SW-UART on DSK6713

Re: MCBSP UART not working after CSL upgrade ( sprc090 installation )   [2 Articles]

Jeff Brower - Nov 3 2006
Gregor- > I have it ! > > The problem is in tccAllocTable. In CSL 2.31.00.2 the 1st entry in > this table is set to 1, but in CSL 2.31.00.16 it is set to 0. > MCBS U... Re: MCBSP UART not working after CSL upgrade ( sprc090      installation )

Re: UART in EVMDM642   [6 Articles]

hani...@cantab.net - Jul 9 2008
Hi, I also have EVMDM642 but with DDK version 1.11. I cannot run uarttest.pjt, because there is no CDB configuration file. According to the readme file: "These applications are n... Re: UART in EVMDM642

Mcbsp as uart   [2 Articles]

krrs...@yahoo.co.in - Jun 26 2007
Hello all, I am trying to run the code from spra633 to implement a uart using the first method (mcbsp in serial port configuration) on a dsk6713. The function ProcessTransmitDat... Mcbsp as uart

configuring UART for blocked Interrupts

faizan_fj - Jul 17 2004
hi, i m trying to implement a secure telephony device using 6711.the codec ad535 has been configured thruogh Mcsbp to give Blocked interrupts ....i m facing probl... configuring UART for blocked Interrupts

using mcbsp as uart in TMS320c6713 dsk   [2 Articles]

krrs...@yahoo.co.in - Jul 6 2007
hi everybody, I am trying the code of spra633b for using mcbsp as uart. I am able to get the output signals in my clkx,dx,fsx at the berg and if i short it correspondingly... using mcbsp as uart in TMS320c6713 dsk

edma errors with mcbsp used as uart

fr_leroux2 - Oct 11 2005
Hi all, I am trying to run the code from spra633 to implement a uart using the first method (mcbsp in serial port configuration) on a dsk6713. The function ProcessTra... edma errors with mcbsp used as uart

SPRA633 : McBSP used as UART does not work with RS-232...   [4 Articles]

Olivier GRY - May 3 2005
Hi, I try to use the app not SPRA633B to "convert" the McBSP1 port as an UART and use it to communicate with a RS-232 link to a computer(LabView application). I ... SPRA633 : McBSP used as UART does not work with RS-232...

tmsc6711 mcbsp to uart   [2 Articles]

txikuto - Sep 29 2005
Hello, I'm a spanish student and I'm doing my final project of engineering. I need to connect using an rs232 cable a dsp TI TMSc6711 to a PC, which I'll use to control som... tmsc6711 mcbsp to uart

interrupt issues on board based on 6713 chip   [3 Articles]

William C Bonner - Aug 21 2006
I am having a problem programming a board that is based on the 6713 dsp. The hardware was not developed by me, and is based on a board similar to http://www.dsignt.de/products... interrupt issues on board based on 6713 chip

Data reception to dsk through UART Card

farooq muzammil. - Feb 16 2006
I want to write a program in CCS by which the DSK will do the constant polling to receive the 26 bytes data through the UART daughter card. I have tried alot but failed.   ... Data reception to dsk through UART Card

Re: How to function GPIO as IIC bus   [3 Articles]

Jeff Brower - Dec 22 2004
º£¶« Ñî- > Since 6414 do not have dedicate IIC port,i want to use the GPIO pin,and > program it to function as IIC port.Does anyone can give me some advice > o... Re:  How to function GPIO as IIC bus

C6711 McBSP and EDMA FYI

dan_eyer - Sep 16 2002
We have been running a software UART through the McBSP on a C6711, based partly on the example code provided by TI. This setup uses the EDMA to send UART-forma... C6711 McBSP and EDMA FYI

Changes in UART Driver!!

mola...@yahoo.com - Jun 1 2005
Hi, I am using C6711 with McBSP for S/W UART.The driver file in DDK at the TI site is uarthw_c6x1x_mcbsp.c .Can any one suggest me changes to be made in this file if I need to... Changes in UART Driver!!

EDMA problem on DM642.   [2 Articles]

TM - Jul 1 2008
Hi, I have a custom DM642 board. I am using the Video Port 2 for Video In. McASP0 for audio and McBSP1 configured as UART. 1).McASP0 +EDMA ( Ch 12 , Ch 13)is configured for audi... EDMA problem on DM642.

Issues with EDMA-McBSP transfer in UART config   [4 Articles]

Tarang Dadia - Jul 19 2004
Hi all, I am using EDMA to service McBSP1 in UART mode. I am using the code that is available on TI's website(spra633b).I have modified it to send 256 bits as ... Issues with EDMA-McBSP transfer in UART config

Re: Digest Number 2363

Andrew Nesterov - Aug 26 2008
> Subject: Re: DM6437 UART - Problem for sending large data > Posted by: "t...@yahoo.de" t...@yahoo.de tobiasneubert > Date: Mon Aug 25, 2008 5:43 am ((PDT)) > > Hallo A... Re:  Digest Number 2363

6711 McBSP (UART configuration) Question

Devin Matlock - Jun 19 2001
      I have been working on a UART implantation with the two McBSPs on a 6711 TI processor but I have been running into some problems.  I have established transmi... 6711 McBSP (UART configuration) Question

UART

Hardik Mewada - Jun 18 2006
hi to all, i'm working on DSK6713 .i need to generate 9600 buad(RS232 link) from mcbsp.i could able to make link at 115200 buad . can u all sudjest. -- thanxs and regards, ... UART

Re: cache   [3 Articles]

Werner du Toit - Jul 28 2003
Hi all   I found a document, spru633a.pdf, that describes how the McBSP on the C6711 can be used to transmit to a uart.  To my limited knowledge th... Re:  cache

Re: Loopback at McBSP in 6711   [2 Articles]

Mike Dunn - Jan 27 2006
Hello Dipak, --- dipakonline2 wrote: > Hi Friends, > I need some help to solve the an issue. > I am using 2 DSP boxes i.e. tms320c6711 & >... Re:  Loopback at McBSP in 6711
| 1 | 2 | 3 | next