PIC10F200-I/MC Microchip Technology, PIC10F200-I/MC Datasheet - Page 25

no-image

PIC10F200-I/MC

Manufacturer Part Number
PIC10F200-I/MC
Description
IC PIC MCU FLASH 256X12 8DFN
Manufacturer
Microchip Technology
Series
PIC® 10Fr

Specifications of PIC10F200-I/MC

Core Size
8-Bit
Program Memory Size
384B (256 x 12)
Core Processor
PIC
Speed
4MHz
Peripherals
POR, WDT
Number Of I /o
3
Program Memory Type
FLASH
Ram Size
16 x 8
Voltage - Supply (vcc/vdd)
2 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
8-DFN
Controller Family/series
PIC10
No. Of I/o's
4
Ram Memory Size
16Byte
Cpu Speed
4MHz
No. Of Timers
1
Digital Ic Case Style
DFN
Processor Series
PIC10F
Core
PIC
Data Bus Width
8 bit
Data Ram Size
16 B
Interface Type
USB
Maximum Clock Frequency
4 MHz
Number Of Programmable I/os
4
Number Of Timers
1
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
3rd Party Development Tools
52715-96, 52716-328, 52717-734
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, PG164120
Minimum Operating Temperature
- 40 C
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
AC164334 - MODULE SOCKET FOR 8L 2X3MM DFNAC163020-2 - ADAPTER PROGRAM PIC10F 2X3 DFN
Eeprom Size
-
Data Converters
-
Connectivity
-
Lead Free Status / Rohs Status
 Details
4.9
The INDF register is not a physical register. Addressing
INDF actually addresses the register whose address is
contained in the FSR register (FSR is a pointer). This is
indirect addressing.
4.10
• Register file 09 contains the value 10h
• Register file 0A contains the value 0Ah
• Load the value 09 into the FSR register
• A read of the INDF register will return the value
• Increment the value of the FSR register by one
• A read of the INDR register now will return the
Reading INDF itself indirectly (FSR = 0) will produce
00h. Writing to the INDF register indirectly results in a
no operation (although Status bits may be affected).
A simple program to clear RAM locations 10h-1Fh
using indirect addressing is shown in Example 4-1.
FIGURE 4-6:
© 2007 Microchip Technology Inc.
of 10h
(FSR = 0A)
value of 0Ah.
Note 1: For register map detail, see Section 4.3 “Data Memory Organization”.
Indirect Data Addressing: INDF
and FSR Registers
Indirect Addressing
DIRECT/INDIRECT ADDRESSING (PIC10F200/202/204/206)
Location Select
Data
Memory
Direct Addressing
4
(opcode)
(1)
1Fh
00h
0Fh
10h
0
Bank 0
PIC10F200/202/204/206
EXAMPLE 4-1:
The FSR is a 5-bit wide register. It is used in conjunc-
tion with the INDF register to indirectly address the data
memory area.
The FSR<4:0> bits are used to select data memory
addresses 00h to 1Fh.
NEXT
CONTINUE
Note:
MOVLW
MOVWF
CLRF
INCF
BTFSC
GOTO
PIC10F200/202/204/206 – Do not use
banking. FSR <7:5> are unimplemented
and read as ‘1’s.
Indirect Addressing
4
0x10
FSR
INDF
FSR,F
FSR,4
NEXT
:
:
Location Select
(FSR)
HOW TO CLEAR RAM
USING INDIRECT
ADDRESSING
;initialize pointer
;to RAM
;clear INDF
;register
;inc pointer
;all done?
;NO, clear next
;YES, continue
0
DS41239D-page 23

Related parts for PIC10F200-I/MC