PIC18F1320-I/ML Microchip Technology, PIC18F1320-I/ML Datasheet - Page 14

IC MCU FLASH 4KX16 EEPROM 28QFN

PIC18F1320-I/ML

Manufacturer Part Number
PIC18F1320-I/ML
Description
IC MCU FLASH 4KX16 EEPROM 28QFN
Manufacturer
Microchip Technology
Series
PIC® 18Fr

Specifications of PIC18F1320-I/ML

Core Size
8-Bit
Program Memory Size
8KB (4K x 16)
Core Processor
PIC
Speed
40MHz
Connectivity
UART/USART
Peripherals
Brown-out Detect/Reset, LVD, POR, PWM, WDT
Number Of I /o
16
Program Memory Type
FLASH
Eeprom Size
256 x 8
Ram Size
256 x 8
Voltage - Supply (vcc/vdd)
4.2 V ~ 5.5 V
Data Converters
A/D 7x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
28-VQFN Exposed Pad, 28-HVQFN, 28-SQFN, 28-DHVQFN
Controller Family/series
PIC18
No. Of I/o's
16
Eeprom Memory Size
256Byte
Ram Memory Size
256Byte
Cpu Speed
40MHz
No. Of Timers
4
Package
28QFN EP
Device Core
PIC
Family Name
PIC18
Maximum Speed
40 MHz
Operating Supply Voltage
5 V
Data Bus Width
8 Bit
Number Of Programmable I/os
16
Interface Type
USART
On-chip Adc
7-chx10-bit
Number Of Timers
4
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
XLT28QFN3 - SOCKET TRAN ICE 18DIP/28QFNAC164322 - MODULE SOCKET MPLAB PM3 28/44QFNAC164033 - ADAPTER 28QFN TO 18DIPDV007003 - PROGRAMMER UNIVERSAL PROMATE II
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
PIC18FX220/X320
FIGURE 3-6:
3.3.1
All of the programming examples, up to this point, have
assumed that the device is blank prior to programming.
In fact, if the device is not blank, the direction has been
to completely erase the device via a Bulk Erase
operation (see Section 3.2 “High-Voltage ICSP Bulk
Erase”).
It may be the case, however, that the user wishes to
modify only a section of an already programmed
device. In such a situation, erasing the entire device is
not a realistic option.
The minimum amount of data that can be written to the
device is 8 bytes. This is accomplished by loading the
8-byte write buffer for the panel and then initiating a
write sequence. In this case, however, it is assumed
that the address space to be written already has data in
it (i.e., it is not blank).
The minimum amount of code memory that may be
erased at a given time is one row of 64 bytes and it is
selected using the TBLPTR registers. The sixth LSb of
the TBLPTR address is ignored. The EECON1 register
must then be used to erase the 64-byte target space
prior to writing the data. This is known as a “Row
Erase”.
DS39592F-page 14
PGC
PGD
1
1
4-Bit Command
MODIFYING CODE MEMORY
2
1
3
1
4
1
TABLE WRITE AND START PROGRAMMING INSTRUCTION TIMING (1111)
P5
1
n
2
n
3
16-Bit Data Payload
n
4
n
5
n
6
n
15 16
PGD = Input
n
n
P5A
When using the EECON1 register to act on code mem-
ory, the EEPGD bit must be set (EECON1<7> = 1) and
the CFGS bit must be cleared (EECON1<6> = 0). The
WREN bit must be set (EECON1<2> = 1) to enable
writes of any sort (e.g., erases), and this must be done
prior to initiating a write sequence. The FREE bit must
be set (EECON1<4> = 1) in order to erase the program
space being pointed to by the Table Pointer. The erase
sequence is initiated by the setting the WR bit
(EECON1<1> = 1). It is strongly recommended that the
WREN bit be set only when absolutely necessary.
To help prevent inadvertent writes when using the
EECON1 register, EECON2 is used to “enable” the WR
bit. This register must be sequentially loaded with 55h,
and then 0AAh, immediately prior to asserting the WR
bit in order for the write to occur.
The erase will begin on the falling edge of the 4th PGC
after the WR bit is set.
After the erase sequence terminates, PGC must still be
held low for the time specified by parameter P10 to
allow high-voltage discharge of the memory array.
4-Bit Command
1
0
2
0
3
0
0
Programming Time
P9
 2010 Microchip Technology Inc.
4
P10
Data Payload
1
0
16-Bit
2
0
3
0

Related parts for PIC18F1320-I/ML