欢迎访问ic37.com |
会员登录 免费注册
发布采购

PIC18F8620-I/PT 参数 Datasheet PDF下载

PIC18F8620-I/PT图片预览
型号: PIC18F8620-I/PT
PDF下载: 下载PDF文件 查看货源
内容描述: 八十〇分之六十四引脚高性能1 Mbit的增强型闪存微控制器与A / D [64/80-Pin High Performance 1 Mbit Enhanced FLASH Microcontrollers with A/D]
分类和应用: 闪存微控制器和处理器外围集成电路PC时钟
文件页数/大小: 366 页 / 6797 K
品牌: MICROCHIP [ MICROCHIP TECHNOLOGY ]
 浏览型号PIC18F8620-I/PT的Datasheet PDF文件第37页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第38页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第39页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第40页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第42页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第43页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第44页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第45页  
PIC18FXX20
4.0
MEMORY ORGANIZATION
4.1.1
There are three memory blocks in PIC18FXX20
devices. They are:
• Program Memory
• Data RAM
• Data EEPROM
Data and program memory use separate busses,
which allows for concurrent access of these blocks.
Additional detailed information for FLASH program
memory and Data EEPROM is provided in Section 5.0
and Section 7.0, respectively.
In addition to on-chip FLASH, the PIC18F8X20 devices
are also capable of accessing external program mem-
ory through an external memory bus. Depending on the
selected Operating mode (discussed in Section 4.1.1),
the controllers may access either internal or external
program memory exclusively, or both internal and
external memory in selected blocks. Additional infor-
mation on the External Memory Interface is provided in
PIC18F8X20 PROGRAM MEMORY
MODES
PIC18F8X20 devices differ significantly from their
PIC18 predecessors in their utilization of program
memory. In addition to available on-chip FLASH pro-
gram memory, these controllers can also address up to
2 Mbyte of external program memory through external
memory interface. There are four distinct Operating
modes available to the controllers:
Microprocessor (MP)
Microprocessor with Boot Block (MPBB)
Extended Microcontroller (EMC)
Microcontroller (MC)
The Program Memory mode is determined by setting
the two Least Significant bits of the CONFIG3L config-
uration byte, as shown in Register 4-1. (See also
configuration bits.)
The Program Memory modes operate as follows:
• The
Microprocessor Mode
permits access only
to external program memory; the contents of the
on-chip FLASH memory are ignored. The 21-bit
program counter permits access to a 2-MByte
linear program memory space.
• The
Microprocessor with Boot Block Mode
accesses on-chip FLASH memory from
addresses 000000h to 0007FFh for PIC18F8520
devices, and from 000000h to 0001FFh for
PIC18F8620 and PIC18F8720 devices. Above
this, external program memory is accessed all the
way up to the 2-MByte limit. Program execution
automatically switches between the two
memories, as required.
• The
Microcontroller Mode
accesses only
on-chip FLASH memory. Attempts to read above
the physical limit of the on-chip FLASH (7FFFh for
the PIC18F8520, 0FFFFh for the PIC18F8620,
1FFFFh for the PIC18F8720) causes a read of all
‘0’s (a
NOP
instruction). The Microcontroller mode
is also the only Operating mode available to
PIC18F6X20 devices.
• The
Extended Microcontroller Mode
allows
access to both internal and external program
memories as a single block. The device can
access its entire on-chip FLASH memory; above
this, the device accesses external program mem-
ory up to the 2-MByte program space limit. As
with Boot Block mode, execution automatically
switches between the two memories, as required.
In all modes, the microcontroller has complete access
to data RAM and EEPROM.
Program Memory modes. The differences between
on-chip and external memory access limitations are
more fully explained in Table 4-1.
4.1
Program Memory Organization
A 21-bit program counter is capable of addressing the
2-Mbyte program memory space. Accessing a location
between the physically implemented memory and the
2-Mbyte address will cause a read of all ‘0’s (a
NOP
instruction).
Devices in the PIC18FXX20 family can be divided into
three groups, based on program memory size. The
PIC18FX520 devices (PIC18F6520 and PIC18F8520)
have 32 Kbytes of on-chip FLASH memory, equivalent
to 16,384 single word instructions. The PIC18FX620
devices (PIC18F6620 and PIC18F8620) have
64 Kbytes of on-chip FLASH memory, equivalent to
32,768 single word instructions. Finally, the
PIC18FX720 devices (PIC18F6720 and PIC18F8720)
have 128 Kbytes of on-chip FLASH memory,
equivalent to 65,536 single word instructions.
For all devices, the RESET vector address is at 0000h,
and the interrupt vector addresses are at 0008h and
0018h.
The program memory maps for all of the PIC18FXX20
devices are compared in Figure 4-1.
2003 Microchip Technology Inc.
Advance Information
DS39609A-page 39