The document contains two programs for transmitting messages using the UART of LPC2148 microcontroller, one using interrupts and the other without. The first program initializes the serial interface, sets up an interrupt for transmitting characters, and sends a predefined message. The second program allows for receiving a password from the user and compares it to a predefined value, sending a corresponding message based on the comparison result.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
20 views3 pages
LPC2148 UART Programs Only
The document contains two programs for transmitting messages using the UART of LPC2148 microcontroller, one using interrupts and the other without. The first program initializes the serial interface, sets up an interrupt for transmitting characters, and sends a predefined message. The second program allows for receiving a password from the user and compares it to a predefined value, sending a corresponding message based on the comparison result.