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

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
© 2009 Microchip Technology Inc.
3.6.3.2
Stepping, also known as single-stepping, allows the code to be executed one
statement at a time. There are three step options:
FIGURE 3-28:
FIGURE 3-29:
You can step through lesson code by using the shortcut key for Debugger > Step Over,
<F8>.
3.6.3.3
Debugger > Run <F9> will begin code execution until it is halted by the user or
encounters a breakpoint.
3.6.3.4
Debugger > Reset > Processor Reset will perform a full reset of the target
microcontroller, so execution can begin again from the start of the program code. This
is only available when the target is halted.
Halt the demo board PIC18F45K20 if it is currently running, and select Debugger >
Reset > Processor Reset <F6> This will open up a new file in the MPLAB IDE called
c018i.c. This is the start-up code, part of the MPLAB C library. This library code
initializes the C software stack, assigns appropriate data values to any initialized data
variables, and jumps to the start of the application function main().
Step Into
Step Over
Step Out
This will step through statements one at a time. When a statement includes a
function call, the entire function will execute and the debugger will step to the next
statement after the function call. It will not step into the function. Shortcut key is
<F8>.
This completes execution of the current function and steps to the next statement
after the function call.
This will step through statements one at a time until a function call is reached.
When Step Into is selected on a function call, the debugger will step to the first
statement in the called function. Shortcut key is <F7>.
STEP
RUN
RESET
PICkit™ 3 Debug Express Lessons
STEP INTO
STEP OVER
DS41370C-page 39

Related parts for PIC18F45K20-I/ML