This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UART problem

Hi all I am using MCB2300 development kit ,on this kit i have two UART 0 and 1 where i have uart0 as working but my uart 1,2,3 is not responding ...i dont know y ...??. i just copied the uart0 function and used to initialized other uart 1,2,3 but failed to send any data out ...can any one tel me wts the problem...

Parents
  • Please read the posting instructions for code - available just about the textbox where you enter your message.

    In your first post, UART0 worked but not UART1 .. 3.

    In your next post, UART0 and UART1 works, but not UART2 or UART3.

    Is it intentional that only UART0 is interrupt-driven? It isn't too fun to poll several serial ports, unless you use very low baudrates.

    You have noted that UART1 is different from UART0, 2 and 3, since it has modem interface lines.

    Have you verified the contents of the TER register? Without transmit enable, no data will be sent.

Reply
  • Please read the posting instructions for code - available just about the textbox where you enter your message.

    In your first post, UART0 worked but not UART1 .. 3.

    In your next post, UART0 and UART1 works, but not UART2 or UART3.

    Is it intentional that only UART0 is interrupt-driven? It isn't too fun to poll several serial ports, unless you use very low baudrates.

    You have noted that UART1 is different from UART0, 2 and 3, since it has modem interface lines.

    Have you verified the contents of the TER register? Without transmit enable, no data will be sent.

Children