I work whis a castom board based on mk60dn512vlq10. I need to arrange an interrupt on GPIOB. I configured necessary pin to input and interrupt on rising edge, expanded interrupts from port B in int main "EnableIRQ(PORTB_IRQn);" and made an interrupt handler but instead of performing an interrupt when a pulse is applied to the pin, the board freezes. What am I doing wrong?