Card emulation mode St25r95
Hi, I have a custom board with the st25r95 . 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?
