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

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
RTClk_Read ()
RTCClk_GetTIME ()
28
Return Codes None.
Purpose
Synopsis
Parameters
Return Codes None.
Purpose
Synopsis
The RTC can be enabled and disabled via the PowerON() and PowerOFF() or RTCClk_Control ()
functions. The new values will not be loaded until the RTCLoad bit (bit 5) of the RTCCtl register
is set (HI).
RTCCnt: Input parameter
32-bit RTC counter value.
RTCAcc[3]: Input parameter
24-bit accumulator value. Normally these values are to be initialized only once
during the manufacturing phase.
RTCTrim[3]: Input parameter
24-bit signed trimmer value. This is the offset value used to correct the quartz crystal
drift. It is the number of ticks between each correction of the Real Time Clock. Use
a negative numbers to decrease the tic-count by one and a positive number to
increase the tick-count by 1.
Extract the current Real Time Clock control, counter, accumulator, and trimmer values.
Void RTClk_Read ( IN struct RTC_t *pRTC );
struct RTC_t
{
}
RTCCtl: Output parameter
Current Real Time Clock Control register value (setting).
RTCCnt: Output parameter
Current Real Time Clock Counter value.
RTCAcc[3]: Output parameter
Current Real Time Clock accumulator value.
RTCTrim[3]: Output parameter
Current Real Time Clock Trimmer value.
Extract current calendar Time. Time conversion is done by the Gregorian/Julian conversion
method as defined on website: http://webexhibits.org/calendars/calendar-christian.html.
Void RTCClk_GetTIME ( struct C_RTC_t xdata *pRTC_Time )
struct C_RTC_t
{
};
Unsigned char RTCCtl;
Unsigned long RTCCnt;
Unsigned char RTCAcc[3];
Signed char
Unsigned char
Unsigned char
Unsigned char
Unsigned char
enum MONTH
Unsigned integer
enum RTC_INTERVAL TicInterval;
enum RTC_INTERVAL IntInterval;
RTCTrim[3];
Sec;
Min;
Hour;
Date;
Month;
Year;
//Tic interval - 1, 1/2 or 2 sec
//int interval. NO_INT=disable int.
UG_12xxF_016
Rev. 1.50

Related parts for 73S1209F-44IM/F