Part Number: TCA8418
Hi, I'm trying to enable UNLOCK1 to UNLOCK2 timer to use the right side part of the flowchart from pag19 of the
datasheet (KP_LCK_TIMER[7:3] == 0). I set the timer in 3 seconds but for some reason it does not start again
when the time is up, instead, it waits indefinitely for the next key.
Previously I configured the registers in the following order:
CFG = 0b10000100 (only K_LCK_IEN enabled)
UNLOCK1 = 129 (pressed)
UNLOCK2 = 130 (pressed)
KP_LCK_TIMER[7:3] = 0
KP_LCK_TIMER[2:0] = 0b011
KEY_LCK_EC[6] = 1
I checked this reading LCK1 / LCK2 flags. LCK1 stays at 0, and only returns to 1 when a wrong second key is pressed.
Sorry for my english.
Thanks