Hello,
I had an issue in the past, when i needed three IC inputs to detect the occurrence and the proper order of three signals derived from 3 AC phases. So I thought about the QY family where the KBI feature would be used. This is from where this idea came to my mind...
This happened before I had MR32 and GZ60 chips and I'm asking the question now because it came again to my mind while reading the HC08 Tutorial.
Best Regards,
Roger Tannous
Hi Roger,
I will add a few points to rhinoheads,
The KBI interrupt is low priority, lower than the serial ones, which may be an issue for comms intensive applications.
If you are thinking of using the KBI because of all the pins it gives you, don't forget there is only one interrupt for all of them and it is up to you to work out which one tripped it (they are all just or'd together to generate the interrrupt) If you've got levels switching all over the place it is easy to get confused. This is not so much of a problem when your using it for a matrix keypad but limits the use of multiple KBI pins for other applications.
Regards David