Interupt is not processing the signal
Hi I am trying to migrate my code from SPL(old version) to HAL based code I have conveted the same setup code to cubemx to generate the init function and I am using a clrc663 IC(card reader) along with it when the Ic Generates an interupt the mcu doesnt process the interuppt but when using test case using software to check the interupt handler it works but when the pin goes from high to low but there is no interupt happening. can anyone explain why it is not working.
mcu->spi & interupt ->clrc663
DBG: TCONTROL read=0x00
state 1 = HIGH
DBG: Write IRQ1EN st=0x0000 write=0xC2 read=0xC2
DBG: IRQ1 cleared
state 2 = HIGH
DBG: TCONTROL written start=0x33
state 1 = LOW
DBG: Before WaitIrq
DBG: MCU IRQ pin after RC663 GLOBALIRQ = LOW
these are the debug outpur ihave used a print statement inside the interupt handle but it is not printed
