Hi I have a infinite loop that wait an event set in a gpio interrupt bywhile(1){UTIL_SEQ_WaitEvt()...}It works.Now, I want have a timer after this so, if the interrupt doen't fire for some second, I want to exec a callback function.I added after UTIL...