Document Version 1.0
Last revised on
2018-‐10-‐22
Page 66 of 79
Reference Manual for uTrust 5501 F Reader/Writer Module
6.3.5.1.
CONTACT_GET_SET_PWR_UP_SEQUENCE
This escape command is used to get or set the following parameters:
●
Smart card power-‐on sequence
●
Delay between successive activation retires
●
Enable/disable any voltage class
As soon as card insertion is detected and power ON message is received from the host, the firmware
will start activation with the configured voltage sequence. If the activation fails, it will wait for the
configured activation delay and then retry with the next enabled voltage class. If power up succeeds
at an operating voltage, the firmware will continue card communication at that voltage. If power up
fails in all the enabled operating voltages, then the firmware will report an error.
Input:
The first byte of the input buffer will contain the escape code. The next byte will contain the function
to be performed. The third byte will contain the parameter for the function.
Byte0
Byte1
Byte2
Value
Description
Escape code(0x04)
0x00
Starts with Class C voltage.
(1.8V – 3V – 5V order)
-‐
0x01
Starts with Class A voltage. (5V
– 3V – 1.8V order)
-‐
0x08
Time delay between resets
Delay value in milliseconds
0x09
Enable/Disable a Voltage Class
Bit Map of all Voltage Classes
[Bit0 – Class A; Bit1 – Class B; Bit2 –
Class C]
Set bit to enable the Voltage class
Clear bit to disable the Voltage class
0xFE
Retrieves all the Activation
Configuration
-‐
0xFF
Retrieves the current Power
up sequence
-‐