Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MSP430F5529's both UART0 and UART1 not working at a same time

Status
Not open for further replies.

hardik.patel

Member level 5
Joined
Aug 15, 2012
Messages
94
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
2,008
Hi all,

Here I am working MSP43F5529 Launcpad with CCS.

So in which i am trying to develope code for UARTs..I have successfully written the code for both UART0 and UART1. But somehow both are not working at a same time. (If i disable UART1..then the UART0 will work fine & viceversa.)

Technically i want result as below..

Code:
uart0_send("INDIA123456\r\n"); _delay_cycles(100000); _delay_cycles(100000);
uart_send("INDIA1234567\r\n"); _delay_cycles(100000); _delay_cycles(100000);

First it should print - "INDIA123456" on UART0 then
"INDIA1234567" on UART1
...........................................................................
But somehow i cant getting as i except

I also tried by changing clock source of boths(inside init_UART0/1 function) as SMCLK & ACLK
but its also not worked. So please I request to see the attached code and guide me.
 

Attachments

  • UART_16thSep.rar
    147 KB · Views: 84

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top