Hello everyon, I've configured and working very well the KBI module, but, in the interrupt I've got the next code:
PE_ISR(interrupcio){
KBI0_SC |= KBI_SC_KBACK_MASK;
}
how can I check the port that has get a pulse? for instance, if I have two configured ports, wich of them has received the pulse?¿
Right now i receive the interrupt but from of any port, I need know the port that has activated the interrupt.