STM32U5 + ST2525R3916B
I am currently using STM32U5 + ST25R3196B with STM32CubeMX and X-CUBE-NFC6.
The program is based on the documentation from X-CUBE-NFC6.
Previously, I tested the example on the STM32F4 series, and it worked correctly. However, after migrating to STM32U5, the program does not function as expected.
After tracing, I found that execution stops at the following segment:

Additionally, "BSP_NFC0XCOMM_IRQ_Callback()" is not triggered as expected.
I am aware that EXTI configurations differ between STM32U5 and STM32F4, so I modified the settings as follows:

The SPI initialization appears to be correct, but the issue persists. Could you help check if there are any potential issues? Thank you.

