Arm Community
Site
Search
User
Site
Search
User
Support forums
Architectures and Processors forum
I wrote a code for UART0 in LPC2148 for transmitting - it is working at debugging, but not working in proteos
State
Accepted Answer
+1
person also asked this
people also asked this
Locked
Locked
Replies
2 replies
Subscribers
350 subscribers
Views
4378 views
Users
0 members are here
Arm7
Debugging
Options
Share
More actions
Related
How was your experience today?
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
I wrote a code for UART0 in LPC2148 for transmitting - it is working at debugging, but not working in proteos
madhukar
over 11 years ago
sir please help me why it is not working.
uart.c.zip
Top replies
Velagala J R N D V Reddy
over 11 years ago
+1
verified
Assign U0DLL = 0x61; and U0DLM = 0; U will get the result. And variable initializations u should not do inside while loop. Initialize i before while loop.. Thank you.
0
Quote