X-NUCLEO-NFC03A1 Card emulation and sleep?
Hi,
I have a custom board with ST25R95 chip, and I have successfully implemented the card emulation on the custom board without going to sleep(discParam.wakeupEnabled = false).
It draws a lot of current, and I need it in sleep mode, but If I set it to true it want work I'm not able to read it with my phone.
So I wanted to test it on the X-NUCLEO-NFC03A1 evaluation board I used the demo_ce.c code to test the sleep functionality. But it doesn't work here at all no matter discParam.wakeupEnabled = false or true. If I put the phone to read the board I'm getting on the debug:
<<<<8f00 from the datasheet it says :
"0x8F00: No field. Command cannot be executed because there is no external field."
And I printed the error code it is 0x37:
ERR_LINK_LOSS ((ReturnCode)37U) /*!< Other device's field didn't behave as expected: turned off by Initiator in Passive mode, or AP2P did not turn on field */
Any Help?
Thanks
Regards suads
