I want to trigger a RFID reading at certain intervals using ST25R3911 and from this I want a RFID reading to be done within 1 second. When I try this in RFAL (using democode for polling): err = rfalNfcDiscover( &discParam );
if( err != RFAL_ERR_NONE ...