cancel
Showing results for 
Search instead for 
Did you mean: 

Card emulation mode for CR95HF

PGao.1
Associate

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Brian TIDAL
ST Employee

Hi,

see https://community.st.com/s/question/0D53W00000arwFy/st25r95-card-emulation for similar request.  I will provide the code to you in private.

Thanks

Rgds

BT

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
Brian TIDAL
ST Employee

Hi,

see https://community.st.com/s/question/0D53W00000arwFy/st25r95-card-emulation for similar request.  I will provide the code to you in private.

Thanks

Rgds

BT

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Lluat.1
Associate II

I also met the same problem, could you also send me the card emulation mode St25r95 demo, this is my email A15211163466@gmail.com ,thank you !thank you !

STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95SPIGetLmState (referred from st25r95_com_spi.o).

STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95Listen (referred from rfal_rfst25r95.o).

STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95PollField (referred from rfal_rfst25r95.o).

STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95RearmListen (referred from rfal_rfst25r95.o).

STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95SPIGetLmState (referred from rfal_rfst25r95.o).

STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95SPISetACState (referred from rfal_rfst25r95.o).

STM32F401RE_NUCLEO_PollingTagDetect\Exe\Project.axf: Error: L6218E: Undefined symbol st25r95SetACFilter (referred from rfal_rfst25r95.o).

Brian TIDAL
ST Employee

Hi,

I've provided the code to you in a private message.

Rgds

BT

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.