]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/protocols.h
CHG: my idea of malloc and free for bucketsort didn't work so well. Back to the...
[proxmark3-svn] / common / protocols.h
index 152039b9e9efefe34c3822fa4f48553592064deb..875b0af0fb3e5343206fb9ae789137e749b8ee92 100644 (file)
@@ -167,6 +167,21 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
 #define MIFARE_ULEV1_VCSL              0x4B
 
 
+// Magic Generation 1, parameter "work flags"
+// bit 0 - need get UID
+// bit 1 - send wupC (wakeup chinese)
+// bit 2 - send HALT cmd after sequence
+// bit 3 - turn on FPGA
+// bit 4 - turn off FPGA
+// bit 5 - set datain instead of issuing USB reply (called via ARM for StandAloneMode14a)
+#define MAGIC_UID                      0x01
+#define MAGIC_WUPC                     0x02
+#define MAGIC_HALT                     0x04
+#define MAGIC_INIT                     0x08
+#define MAGIC_OFF                      0x10
+#define MAGIC_DATAIN           0x20
+#define MAGIC_WIPE                     0x40
+#define MAGIC_SINGLE           (MAGIC_WUPC | MAGIC_HALT | MAGIC_INIT | MAGIC_OFF) //0x1E
 
 /**
 06 00 = INITIATE
@@ -313,7 +328,7 @@ void getMemConfig(uint8_t mem_cfg, uint8_t chip_cfg, uint8_t *max_blk, uint8_t *
 #define T5555_PSK_RF_8                         0x00000200
 #define T5555_USE_PWD                          0x00000400
 #define T5555_USE_AOR                          0x00000800
-#define T5555_BITRATE_SHIFT                    12
+#define T5555_BITRATE_SHIFT         12 //(RF=2n+2)   ie 64=2*0x1F+2   or n = (RF-2)/2
 #define T5555_FAST_WRITE                       0x00004000
 #define T5555_PAGE_SELECT                      0x00008000
 
Impressum, Datenschutz