Hi,
rfalNfcvPollerReadMultipleBlocks implements the ISO 15693 Read Multiple Blocks commands. This command is an optional command and may be not supported by your tag. The maximum number of blocks that can be read in a Read Multiple Blocks command is also tag dependent. If the command is not supported by the tag or if the requested number of blocks exceeds the maximum number, an error is returned by the tag. Before using the Read Multiple Blocks command, it is recommended to check inside the tag datasheet whether this command is supported by the tag and how many blocks can be read in one command.
The syntax of rfalNfcvPollerReadMultipleBlocks is documented in rfal_nfcv.h. The rxBuf has to be big enough, in particular make sure to have room for the response flag byte, the 2-bytes CRC and (numBlocks + 1) x blockSize. blockSize is usually 4 bytes.
Rgds
BT