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

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-60:
DS41370C-page 70
SIMPLIFIED PWM BLOCK DIAGRAM
Now that the frequency has been determined, it is necessary to set up the CCP1
module for PWM using the CCP1CON register. Bits CCP1Mx determine the module
mode; there is only one value to select for PWM, CCP1Mx = 0b11xx where the ‘x’ bits
are “don’t care”, so 0b1100 will work. The two DC1Bx bits in CCP1CON are the 2 Least
Significant bits of the 10-bit PWM duty cycle value. The 8 Most Significant of the 10 bits
are written to CCPR1L.
The duty cycle value is determined by the duty cycle percentage (DC%) times the 10-bit
time base (PR2 * 4). DCValue = DC% * (PR2 * 4). For example, to get a duty cycle of
50%, the value would be 50% * (250 * 4) = 500. 500 decimal is 0x1F4 hex or 0b01 1111
0100 binary. The 8 Most Significant bits, 0b01 1111 01 or 0x7D, are written to CCPR1L,
and the 2 LSbs are written to the DC1B1 and DC1B0 bits in CCP1CON.
© 2009 Microchip Technology Inc.

Related parts for PIC18F45K20-I/ML