DSPRelated.com
Forums

mcbsp uart interface

Started by faha...@gmail.com January 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 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();
UartSpeed = SoftUartSpeedDetect();
for(;;) {
c = SoftUartInchar(UartSpeed);
SoftUartOutchar(UartSpeed,c);
}
}
I am using hyper teminal to interface with uart and I start with typing carriage return, then start typing some character and try to echo back the same character but it is not working. Can any one please help me in this regard.

Thanks
M.Avais

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467