Reply To: OTP data

Forum MIFARE and NFC Reader IC`s OTP data Reply To: OTP data

Re: OTP data

22. March 2016 at 15:48
Hi Maratkuls,

Before you issue the card to the end-user you should set the maximal available rides left. If the user is allowed to get only 5 rides, you initialize the OTP counter with FFFFFFE0 (11…1100000). Of course you can also use 07FFFFFF, this depends on whether you prefer left or right shifting to count zeros or ones.

Your algorithm have to count the zeros of the OTP to determine if is any rides left. I would read the value and mask out 0x0000000001 and shift in a loop and check if it is zero or not.

The MIFARE Team

+ 0  |  - 0