]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso15693.h
fix 'hf iclass reader' and 'hf iclass readblk'
[proxmark3-svn] / armsrc / iso15693.h
index 96a2b39b1f44f8a889b87935fcf5985a4b77503e..5cbe5ecc9432a136543f01c867ad8ed58716be39 100644 (file)
@@ -21,6 +21,8 @@
 //SSP_CLK runs at 13.56MHz / 4 = 3,39MHz when acting as reader. All values should be multiples of 16
 #define DELAY_ISO15693_VCD_TO_VICC_READER 1056 // 1056/3,39MHz = 311.5us from end of command EOF to start of tag response
 #define DELAY_ISO15693_VICC_TO_VCD_READER 1024 // 1024/3.39MHz = 302.1us between end of tag response and next reader command
+// times in samples @ 212kHz when acting as reader
+#define ISO15693_READER_TIMEOUT            330 // 330/212kHz = 1558us, should be even enough for iClass tags responding to ACTALL
 
 void Iso15693InitReader();
 void CodeIso15693AsReader(uint8_t *cmd, int n);
Impressum, Datenschutz