??? 10/01/08 03:08 Read: times |
#158715 - i do know that about P0 Responding to: ???'s previous message |
yes i do know that p0 does not have internal pull up resistors while p1 and p2 have them . but what i want to know why is the LCD working flawlessly in p3 and not in p1 or p2 .
i really want to use the interrupts .. is it possible to use both the lcd and the interrupts at the same time ? i have gone through my code several times i have referenced the port only once in the header file . #define lcd_port p3 but when i change it to p1 or p2 i either get junk data on the screen or the lcd doesn't initialize . |