HI,
thanks for having highlighted the issue with X-CUBE-NFC5.chm file. I will report this issue internally. As a workaround, the 4 examples can be found in rfal.chm and ndef.chm files.
Can you share more information about your hardware setup: is it based on X-NUCLEO-NFC05A1 or on ST25R3911B-DISCO? Which MCU (STM32L4 or other)?
"Beside the above nothing happens." This is issue is likely that the st25r3911b interrupt service routine is not called when the IRQ_3911B is triggered. Some functional example for bare metal are provided in STM32CubeExpansion_NFC5_V2.0.0\Projects\STM32L476RG-Nucleo\Applications\PollingTagDetect where one can see the IRQ_3911B interrupt execution model. Also, we can share with you a functional freeRTOS example running on NUCLEO-L476RG+X-NUCLEO-NFC05A1. In the freeRTOS example, an ISR task is waiting for the interrupt to happen and then run the st25r3911Isr(). I believe the PC GUI source code will not be a big help on this issue.
STM32CubeExpansion_NFC5_V2.0.0\Projects\STM32L476RG-Nucleo\Applications\PollingTagDetect contains a full demo running on X-NUCLEO-NFC05A1. I believe this is a good basis for starting with NFC.
Rgds
BT