PIC16F737-I/SP Microchip Technology Inc., PIC16F737-I/SP Datasheet - Page 32

no-image

PIC16F737-I/SP

Manufacturer Part Number
PIC16F737-I/SP
Description
28 PIN, 7 KB FLASH, 368 RAM, 25 I/O
Manufacturer
Microchip Technology Inc.
Datasheet

Specifications of PIC16F737-I/SP

A/d Inputs
5-Channel, 8-Bit
Cpu Speed
5 MIPS
Eeprom Memory
0 Bytes
Input Output
25
Interface
I2C/SPI/USART
Memory Type
Flash
Number Of Bits
8
Package Type
28-pin SPDIP
Programmable Memory
7K Bytes
Ram Size
192 Bytes
Speed
20 MHz
Timers
2-8-bit, 1-16-bit
Voltage, Range
2-5.5 V
Lead Free Status / Rohs Status
RoHS Compliant part Electrostatic Device
PIC16F7X7
2.5
The INDF register is not a physical register. Addressing
the INDF register will cause indirect addressing.
Indirect addressing is possible by using the INDF
register. Any instruction using the INDF register
actually accesses the register pointed to by the File
Select Register, FSR. Reading the INDF register itself
indirectly (FSR = 0) will read 00h. Writing to the INDF
register indirectly results in a no operation (although
Status bits may be affected). An effective 9-bit address
is obtained by concatenating the 8-bit FSR register and
the IRP bit (Status<7>) as shown in Figure 2-5.
A simple program to clear RAM locations 20h-2Fh
using indirect addressing is shown in Example 2-2.
FIGURE 2-5:
DS30498C-page 30
Note 1:
Bank Select
RP1:RP0
Indirect Addressing, INDF and
FSR Registers
For register file map detail, see Figure 2-2.
Direct Addressing
Location Select
6
Data
Memory
DIRECT/INDIRECT ADDRESSING
From Opcode
(1)
00h
7Fh
Bank 0
00
0
80h
FFh
Bank 1
01
100h
17Fh
Bank 2
10
EXAMPLE 2-2:
NEXT
CONTINUE
180h
1FFh
:
Bank 3
11
MOVLW
MOVWF
CLRF
INCF
BTFSS
GOTO
IRP
Bank Select
0x20
FSR
INDF
FSR, F ;inc pointer
FSR, 4 ;all done?
NEXT
7
INDIRECT ADDRESSING
Indirect Addressing
 2004 Microchip Technology Inc.
;initialize pointer
;to RAM
;clear INDF register
;no clear next
;yes continue
FSR Register
Location Select
0

Related parts for PIC16F737-I/SP