English
Language : 

PIC16F1934_11 Datasheet, PDF (59/472 Pages) Microchip Technology – 28/40/44-Pin Flash-Based, 8-Bit CMOS Microcontrollers
3.5.2 LINEAR DATA MEMORY
The linear data memory is the region from FSR
address 0x2000 to FSR address 0x29AF. This region is
a virtual region that points back to the 80-byte blocks of
GPR memory in all the banks.
Unimplemented memory reads as 0x00. Use of the
linear data memory region allows buffers to be larger
than 80 bytes because incrementing the FSR beyond
one bank will go directly to the GPR memory of the next
bank.
The 16 bytes of common memory are not included in
the linear data memory region.
FIGURE 3-11:
LINEAR DATA MEMORY
MAP
7 FSRnH
0 01
07
FSRnL
0
Location Select
0x2000
0x020
Bank 0
0x06F
0x0A0
Bank 1
0x0EF
0x120
Bank 2
0x16F
PIC16(L)F1934/6/7
3.5.3 PROGRAM FLASH MEMORY
To make constant data access easier, the entire
program Flash memory is mapped to the upper half of
the FSR address space. When the MSB of FSRnH is
set, the lower 15 bits are the address in program
memory which will be accessed through INDF. Only the
lower 8 bits of each memory location is accessible via
INDF. Writing to the program Flash memory cannot be
accomplished via the FSR/INDF interface. All
instructions that access program Flash memory via the
FSR/INDF interface will require one additional
instruction cycle to complete.
FIGURE 3-12:
7 FSRnH
1
PROGRAM FLASH
MEMORY MAP
07
FSRnL
0
Location Select
0x8000 0x0000
Program
Flash
Memory
(low 8
bits)
0xF20
Bank 30
0x29AF 0xF6F
0xFFFF 0x7FFF
 2008-2011 Microchip Technology Inc.
DS41364E-page 59