Is ST25 software library able to handle contactless memory with blocks of 2 bytes (for example SR176)?
Hello,
in our project we need to handle the SR176 memory by the ST25r3911B component but we have some problems when we try to write the user blocks of the memory.
We need also to handle the SRI512 card and we are able to write the blocks without problem.
We have noticed that one difference between the two cards is that SR176 is organized in user blocks of 16 bit, the SRI512 is organized in user blocks of 32 bit. We have also noticed that the library function rfalSt25tTPollerWriteBlock doesn't receive the number of bytes to write, but this value is fixed in the code by the define RFAL_ST25TB_BLOCK_LEN = 4.
Could this be a problem for our application which needs to handle the SR176 card? Is it possibile to change this value in the library?
Thanks in advance for your help, Andrea.
