cancel
Showing results for 
Search instead for 
Did you mean: 

CR95HF UART timing

Tal.Ram
Associate II

Hi,

couple of questions-

  1. how long it takes from where the CR95HF reads the data correctly until it sends the data to the MCU (over UART)? let's say it's 10 Bytes user data.
  2. when reading multiple blocks- does the CR95HF read single block by single block and then send the whole data or in other way?

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Hello,

  1. As soon as the CR95HF read the tag the datas are available so you can poll via UART you will receive the answer to your command or an error flag . (The CR95HF internal buffer is 528Bytes, and CR95HF UART interface is slave.) Please check the datasheet: https://www.st.com/resource/en/datasheet/cr95hf.pdf sheet 11
  2. Assuming you are using a type V (ISO15693) protocol the CR95HF will provide 4 blocks (16 Bytes) after a read multiple block command.

Regards

PB

View solution in original post

1 REPLY 1

Hello,

  1. As soon as the CR95HF read the tag the datas are available so you can poll via UART you will receive the answer to your command or an error flag . (The CR95HF internal buffer is 528Bytes, and CR95HF UART interface is slave.) Please check the datasheet: https://www.st.com/resource/en/datasheet/cr95hf.pdf sheet 11
  2. Assuming you are using a type V (ISO15693) protocol the CR95HF will provide 4 blocks (16 Bytes) after a read multiple block command.

Regards

PB