Hi, I rarely see that the api rfalNfcvPollerExtendedReadMultipleBlocks() returns RFAL_ERR_WRONG_STATE .When will this api return this error code ?My state machine is as follows: while(1)
{
rfalNfcDiscover();
rfalNfcGetActiveDevice()
rfalNfcDeactivat...