PIC18F45K20-I/ML Microchip Technology, PIC18F45K20-I/ML Datasheet - Page 38

IC PIC MCU FLASH 16KX16 44QFN

PIC18F45K20-I/ML

Manufacturer Part Number
PIC18F45K20-I/ML
Description
IC PIC MCU FLASH 16KX16 44QFN
Manufacturer
Microchip Technology
Series
PIC® XLP™ 18Fr

Specifications of PIC18F45K20-I/ML

Program Memory Type
FLASH
Program Memory Size
32KB (16K x 16)
Package / Case
44-QFN
Core Processor
PIC
Core Size
8-Bit
Speed
64MHz
Connectivity
I²C, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, HLVD, POR, PWM, WDT
Number Of I /o
35
Eeprom Size
256 x 8
Ram Size
1.5K x 8
Voltage - Supply (vcc/vdd)
1.8 V ~ 3.6 V
Data Converters
A/D 14x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Processor Series
PIC18F
Core
PIC
Data Bus Width
8 bit
Data Ram Size
1.5 KB
Interface Type
CCP/ECCP/EUSART/I2C/MSSP/SPI
Maximum Clock Frequency
64 MHz
Number Of Programmable I/os
36
Number Of Timers
4
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
3rd Party Development Tools
52715-96, 52716-328, 52717-734, 52712-325, EWPIC18
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, PG164120, DV164136
Minimum Operating Temperature
- 40 C
On-chip Adc
14-ch x 10-bit
Package
44QFN EP
Device Core
PIC
Family Name
PIC18
Maximum Speed
64 MHz
Operating Supply Voltage
2.5|3.3 V
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
DM240313 - BOARD DEMO 8BIT XLPAC164112 - VOLTAGE LIMITER MPLAB ICD2 VPPDM164124 - KIT STARTER FOR PIC18F4XK20AC164322 - MODULE SOCKET MPLAB PM3 28/44QFN
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
PICkit™ 3 Debug Express
FIGURE 3-25:
DS41370C-page 34
T0CON: TIMER0 CONTROL REGISTER
To use Timer0 to replace the software delay Delay1KTCYx(50), it should be set up
so it overflows about every 200 to 300 ms. Let’s go over the T0CON bit settings to make
this happen:
T08BIT = 0
T0CS = 0
T0SE = 0
PSA = 1
Timer0 is configured as a 16-bit timer/counter to illustrate the buffering of TMR0H.
Timer0 runs off the internal instruction clock. At Fosc = 1MHz, the instruction clock
is 250kHz.
If Timer0 was running off the T0CKI pin, this bit would determine whether it incre-
mented on the falling edge or rising edge of the T0CKI pin signal. Since we are
running off the instruction clock, this bit is a “don’t care.” This means operation is
not affected by either setting of this bit.
The timer will overflow in 65536 counts. At the instruction clock rate of 250 kHz,
the timer overflow will occur every 65536 x (1 / 250,000) = 262ms. This is a time in
the range we want, so the prescaler is not assigned to Timer0. It runs directly off
the instruction clock.
© 2009 Microchip Technology Inc.

Related parts for PIC18F45K20-I/ML