With reference to TCA8418 datasheet (SCPS215B –SEPTEMBER 2009–REVISED MARCH 2010) , i want to clarify the following regarding the usage of Debounce disable registers.
- I am using an 8 * 10 keypad
- I have configured Keypad mode by writing to the registers (0x1D to 0x1F),
i.e Reg[Addr] = value
Reg[0x1D] = 0xFF
Reg[0x1E] = 0xFF
Reg[0x1F] = 0x03
- In order to use debounce disable registers, should i only write '1' to the input pins ( ROWs incase of keypad mode)?
- Should i also write to the debounce registers which correspond to columns in keypad mode?