Hello, I am using PN5180 with MCU of another brand and trying to port NxpNfcRdLib_PN5180_v07.14.00_Pub to my project. I added NfcrdlibEx1_DiscoveryLoop example with PH_OSAL_NULLOS to the project.
It does all the configuration, to test communication I printed firmware version of PN5180.

Then it calls DiscoveryLoop_Demo function to read NFC cards but it gets stuck when the
phacDiscLoop_Run function is called. And I tracked to find exact location and see it waits for interrupt below:

I configured IRQ pin as rising edge but it never rise up. What can be the problem and how can I solve it?