73S1209F-44IM/F Maxim Integrated Products, 73S1209F-44IM/F Datasheet - Page 84

no-image

73S1209F-44IM/F

Manufacturer Part Number
73S1209F-44IM/F
Description
IC SMART CARD READER 44-QFN
Manufacturer
Maxim Integrated Products
Datasheet

Specifications of 73S1209F-44IM/F

Core Processor
80515
Core Size
8-Bit
Speed
24MHz
Connectivity
I²C, SmartCard, UART/USART
Peripherals
LED, POR, WDT
Number Of I /o
9
Program Memory Size
32KB (32K x 8)
Program Memory Type
FLASH
Ram Size
2K x 8
Voltage - Supply (vcc/vdd)
2.7 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
*
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Data Converters
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
73S12xxF Software User Guide
ICC_CheckPresence()
The eIccId parameter is split into two fields: Card Detect Polarity and Card Slot number, by using the
most significant nibble and least significant nibble, respectively. Therefore, the most significant nibble of
the eIccId parameter is used to determine if the Card Detect Polarity is to be configured High or Low.
The constants CARD_DET_H and CARD_DET_L are defined in ICCMgt.h.
Examples:
1. If Card Detect Polarity is to be set to High when a card is inserted, it can be done so by calling:
2. If Card Detect Polarity is to be set to Low when a card is inserted, it can be done so by calling:
3. Calling ICC_Enable (eIccId, bIccATRAutoCheck, etc.) without OR’ing eIccId with CARD_DET_L or
84
Parameters
Return Codes AR_ICC_OK
Purpose
Synopsis
Parameters
Return Codes AR_ICC_OK
ICC_Enable( eIccId | CARD_DET_H, bIccATRAutoCheck,etc.).
ICC_Enable( eIccId | CARD_DET_L, bIccATRAutoCheck,etc.).
CARD_DET_H (in other words, eIccID <= 0x09) will default to CARD_DET_H.
eIccId: Input parameter
Specifies which Smart Card interface is to be activated. Possible values are:
AR_ICC_ERR_BAD_PARAM
Return the status of the specified ICC interface.
AR_ICC_RC ICC_CheckPresence ( IN enum ICC_ID eIccId );
eIccId: Input parameter.
The lower (least significant) 4-bits specify which Smart Card interface to activate.
Possible values are:
The higher (most significant) 4-bits specify whether the card detect polarity is high
(CARD_DET_H) or low (CARD_DET_L). See additional details at the end of the
description of this function.
AR_ICC_ERR_CARD_ABSENTNo
AR_ICC_ERR_CARD_DISCONNECTED
ICC_1ST 0, (Internal)
ICC_2ND 1, (External)
ICC_9TH 8 (External)
ICC_1ST 0, (Internal)
ICC_2ND 1, (External)
ICC_9TH 8 (External).
Successful operation. The Smart card is present and activated.
A Smart Card is present in this interface.
The Smart Card is present but not activated.
Successful operation.
Invalid ICC Slot.
UG_12xxF_016
Rev. 1.50

Related parts for 73S1209F-44IM/F