Listen Mode in X-Nucleo-NFC03A1
I have the X-Nucleo-NFC30A1 with the Cr95HF chip. My question is: Is the Listen Mode supported for Type A tags?
I used the X-Cube-NFC3 v2.0.0 and managed to get the Tag Detector working. But I am trying to implement the Listen Mode and am facing problems. When I build the project by making changes to the platform.h as:
#define RFAL_FEATURE_ISO_DEP_LISTEN true
and
#define RFAL_FEATURE_LISTEN_MODE true
I get undefined references to st25r95Listen, st25r95RearmListen and st25r95SPIGetLmState. Any suggestions would be helpful.
Thank You.
