rkkumar
Newbie
- Joined
- Apr 18, 2008
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,289
I am writing software for RFID reader. Previously I made firmware for 125kHz Unique cards, and it was easy to catch synchronisation, because it consists of 9 '1' bits, and it is guaranteed that this sequence does not repeat in bitstream. Now I want to redesign firmware for T5557 cards. Specification is quite explanatory, but I cann't find any info about how to detect begining of each 32 bit block. Even when "Sequence Terminator" is enable, there is always possibility to write data which will have four followind '1' bits. Is there anything in datasheet that I am missed?