??? 06/26/07 06:15 Read: times |
#141254 - Hardware design Responding to: ???'s previous message |
My hardware design for probable serial keyboard is
4x6 MATRIX KEYPAD------IIC(I2C)DEVICE PCF8575---------MCU SDA connected to INT0 SCL connected to T0 any key pressed on 24 key keypad will generate respective 16-bit code .This code will be sent to MCU by 8575.Now the question is 1)have I to latch 16-bit data for 8575 2)what will interrupt routine 3) How to store 16-bit data in 89c51 (may use two loops of 8-bits storage) 4)How to handle SCL for data transfer (have reffered datasheet) |