We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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...
"Please read the posting instructions for code - available just about (sic) the textbox where you enter your message."
That should read, "...just above the textbox..."
but it shouldn't need to be pointed out at all - it is really quite clear!
To get anywhere as a programmer - especially an embedded programmer - you need to learn to read documentation carefully, and pay attention to details like these...!
"you need to learn to read documentation carefully, and pay attention to details like these...!"
That is to say, "The OP needs to learn..."
I think I have too much to do at work right now. Too many strange posts - I really can't see where the "about" came from...
To get working UART2 and USERt3 on LPC you need to turn on the power for the UART2 and 3 in the PCON register. They are off by default for UART2/3.
Regards
Suvidh
hi Suvidh
thanks for the information ....yes they are off by default ....
Yes, that is an interesting point - especially since in one post the UART1 works, and on one post UART1 doesn't work.