DSPRelated.com

UART in EVMDM642

Started by Kalaivani.S in TMS320c6x21 years ago 1 reply

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

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 port. But when I configure the example for UART port B which is a 10-pin port, the example does not work. Serial communication is not taking place if I use UART port B. Has anyone encou


Uart Interface

Started by farooq muzammil. in TMS320c6x20 years ago

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

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 back through same via to pc. This interface is no working, i don't know why? no compiling, errors. Its a run time error. Kindly someone give me a sample program to interface UART with c6711? I


mcbsp uart interface

Started by faha...@gmail.com in TMS320c6x18 years ago

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

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 code for functions,SoftUartSpeedDetect,SoftUartInchar,SoftUartOutchar given in Appendix B of spra633b by Texas Instrument I am using this code c code unsigned int UartSpeed; char c; void main() { comm_poll(); Uart...


UART not responding

Started by david in TMS320c6x18 years ago 1 reply

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

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 to start interrupt anymore! I assume that it's possible to lost some message on uart, but in this contidion when uart stops to work I have to reset the board to see my application working again.. What can be wrong...


UART Overrun Condition

Started by david in TMS320c6x18 years ago 5 replies

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?

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?


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

Started by faha...@gmail.com in TMS320c6x18 years ago

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

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 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's MAX3110/3111 SPI-UART device, whic


Use of McBSP as UART

Started by Sandeep Pande in TMS320c6x23 years ago 3 replies

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

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) of 8051. any related link will be helpful. regards, Sandeep


SDRAM interface problem

Started by Bhaskar Reddy N in TMS320c6x21 years ago 2 replies

First of all thanks for the suggestions. Here are few more observations about the problem. When SDRAM is enabled and refresh is happening,...

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 until i would't write onto SDRAM. If i read SDRAM. it has no effect. UART works normally. Once I write onto SDRAM, UART gets currupted. If i write less no of bytes, say 10, it


c6713, Chassaing Example and UART Daughtercard

Started by awil...@hotmail.com in TMS320c6x20 years ago

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

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 to the DSK through this UART Daughtercard. I'm using the example program loop_intr from the Chassaing book "Digital Signal Processing and Applications with the C6713 and C6416 DSK", this program is an interrupt-driven u...


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

Started by greg...@yahoo.com in TMS320c6x20 years ago

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

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 information is very useful for me. No, I didn't try it. I'm using files for UART from DDK. They work well.


Re: Digest Number 2363

Started by Andrew Nesterov in TMS320c6x18 years ago

> Subject: Re: DM6437 UART - Problem for sending large data > Posted by: "t...@yahoo.de" t...@yahoo.de tobiasneubert > Date: Mon Aug 25,...

> 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 Amol, > > I also had this problem some time ago with the UART of DM6437 EVM. The > EVMDM6437_UART_... functions didn't seem to work correctly. So I wrote an own > small UART-API which then worked for my purposes. I am no


How to invoke ISR for UART in DM6437

Started by saravana muthu in TMS320c6x17 years ago 1 reply

Hi, I am using TMS320DM6437 EVM for my project application. I need to do some task on UART (mainly receive routine). My UART module is...

Hi, I am using TMS320DM6437 EVM for my project application. I need to do some task on UART (mainly receive routine). My UART module is working fine in polling method at Baud 115200, But I need to use interrupt service based on my application. I have read the SPRA544 Application report and they have given a formula to calculate the vector address as follows Address = ISTP + 32*


UART issue with C6713

Started by mich...@msn.com in TMS320c6x15 years ago 5 replies

Hello, I am a final year student in the UK trying to get the TMS320C6713 DSP to interface with a touchscreen via a UART connection. I am using the...

Hello, I am a final year student in the UK trying to get the TMS320C6713 DSP to interface with a touchscreen via a UART connection. I am using the DSK from Spectrum Digital and CCS 3.1. I am using SPRA633C document to get the serial port on the DSK to act like a UART. I have connected pin 36, 42 and 44 and DX1, DR1 and GND respectively on the J3 serial port. These pins connect to a MAX232 chip whi...


McBSP-UART issues in C6713

Started by Aditi Akula in TMS320c6x15 years ago 2 replies

Hi I am using C6713 and want to interface a UART. Doing so by using McBSP as GPIO. I have taken the code from the TI's SPRA633C document...

Hi I am using C6713 and want to interface a UART. Doing so by using McBSP as GPIO. I have taken the code from the TI's SPRA633C document that describes how to use McBSP as a soft UART in GPIO mode. To test the code and verify if I am receiving correctly, I just put the code inside a while(1) loop inside main() as follows voide main(){ ----- ------ while (1){ Ua...


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

Started by Jeff Brower in TMS320c6x20 years ago 1 reply

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

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 UART calls EDMA_intAlloc. It returns the 1st free TCC code. But > the TCC code means also interrupt number. In case of new CSL, TCC > number 0 is returned, BUT interrupt 0 is dedicated for host-to-DSP > interrupt. > Thus i


Mcbsp as uart

Started by krrs...@yahoo.co.in in TMS320c6x19 years ago 1 reply

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

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 ProcessTransmitData() seems to work fine and to fill "xmitbuf" correctly, the transmit and receive edma events do occur but the data I get in "recvbuf" is all wrong,the values in "recvbuf" are also random (not 0x0000 or 0xFFFF). I also...


UART with Timer

Started by ayes...@gmail.com in TMS320c6x16 years ago

I am using TI UART program for sending and receiving via C6713. I want to transmit/receive data in a time slot of 512ms.How can I do that? What...

I am using TI UART program for sending and receiving via C6713. I want to transmit/receive data in a time slot of 512ms.How can I do that? What should I use for Timer either Timer independent program or Timer Event of EDMA. Thanks. Regards, Ayesha Siddiqui. _____________________________________


using mcbsp as uart in TMS320c6713 dsk

Started by krrs...@yahoo.co.in in TMS320c6x19 years ago 2 replies

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

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 with the receiver pins in the berg it works. But when i connect it to a line driver ( max232) and try to see the transmitted character in the terminal window of the PC, i am getting chunk values displayed.The h...


EDMA problem on DM642.

Started by TM in TMS320c6x18 years ago 1 reply

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

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 audio transmit and receive. The code has been taken from the "echo" Project under the evmDM642 examples for audio and modified. 2). McBSP1 + EDMA( Ch14 , Ch15) is configured as UART for RS485 TX & RX. The problem ...


symbol refrencing error in configuring McBSP as UART

Started by joshy jose in TMS320c6x19 years ago

hai friends, i was trying to check program in spra633b(TMS320c600 McBSp: UART) i could compile the program but i could not link it , it...

hai friends, i was trying to check program in spra633b(TMS320c600 McBSp: UART) i could compile the program but i could not link it , it produced refrencing error , how can i solve this, i am pasting the error message -------------------------- mcbspserial.pjt - Debug -------------------------- Warning: The project has no cmd file while the Text Linker is selected [Linking...] "C:\CCStu...