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.
alig_ones_0-1765365621097.png
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:
alig_ones_1-1765365756616.png
I configured IRQ pin as rising edge but it never rise up. What can be the problem and how can I solve it?