Card emulation mode for CR95HF
I have the X-Nucleo-NFC30A1 with the Cr95HF chip.I used the X-Cube-NFC3 v2.1.0.I have changed the platfrom.h file and I am able to read UUID, but I need the device to be in card emulation mode if i set RFAL_FEATURE_LISTEN_MODE to true
I am getting a linker error:
In file rfal_rfst25r95.c
undefined reference to `st25r95Listen'
undefined reference to `st25r95RearmListen'
undefined reference to `st25r95SetACFilter'
undefined reference to `st25r95SPIGetLmState'
And it seems that this functions are not implemented!
Is there any working example, or documentation to implement card emulation?
