



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Instructions for writing an assembly subroutine to write a nibble to the lcd and a c main routine with an associated isr to generate timer interrupts every 0.25 seconds and increment leds. It also explains the generate and capture modes of the timer and their uses.
Typology: Exams
1 / 5
This page cannot be seen from the preview
Don't miss anything!




ECE 2534 Test #2 3/10/
####################################################################### .equ LCD_CONT, 0x #bits: unused | LCD_E | LCD_RS | LCD_RW | AD_CONV Keep AD_CONV low .equ LCD_DATA, 0x #bits 28-31 are the 4 data bits.