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,
I am using ARM7 lpc2129/01 based Development board and has difficulty in achieving serial communication with PC. I believe that it is due to baud rate problem. It would be really great, if some sample codes are available.
Thank you
Did you look at all the available sample code? Both Keil and NXP have code available.
I did find some codes related to 2129/00 , but not specific 2129/01 . since 2129/01 had additional registers like U0FDR I calculated the value for them, but it was showing some garbage value on the terminal.
Thank you.
Here is some code that is worth trying.
http://www.keil.com/download/docs/297.asp
I am using a LPC2129 board. The code is old but I make a new project and use a new startup file and have got several of these project working by just including the c files that the old projects have.
Some problems with some of the projects because the compiler has changed since 2004.
There is a uart project that I got working today. all you need to to do is type in teraterm and the uart will echo the data back.
Thanks for sharing the codes Gary.