ST25R3911B X-CUBE-NFC5(Out of Memory Error)
Hi. I am Reading a few APDU Commands from a card using the ST25R3911B and the STM32F401.
I am using the
X-CUBE-NFC5 software expansion.
Before all my commands are completed, i get a 'ERR_NOMEM' error.
I am clearing the (rfalIsoDepApduBufFormat) txBuf and
(
rfalIsoDepApduBufFormat) r
xBuf every time before I run the rfalIsoDepStartApduTransceive(*par); command... Is there anything I should also clear to prevent the Out of Memory error? I have also tried to add delays between my APDU Commands to see if it would help.
#nfc05 #x-cube-nfc5 #st25r3911b