ST25r3916 card emulation long time operations
Hi,
I have implemented a smart card in software and the ccid class to interface it via the usb, everything works correctly even for long cryptographic operations (using wtx).
Now I wanted to extend the functionality of my card by adding the NFC interface and the chip I chose is the st25r3916 for possible future use as a reader as well.
I started from the demo_ce.c example in X-CUBE-NFC6 (STM32CubeExpansion_NFC6_V1.1.0) and everything works correctly until operations that take a short time to be performed, operations such as signature or key generation all fail by disconnecting the card from the reader.
What can I do to solve this problem? is there any way to implement the sending of the wtx packet in nfc as well?
Thanks and regards.
D.
