PIC16F1934-I/P Microchip Technology, PIC16F1934-I/P Datasheet - Page 8

IC PIC MCU FLASH 256KX7 40-PDIP

PIC16F1934-I/P

Manufacturer Part Number
PIC16F1934-I/P
Description
IC PIC MCU FLASH 256KX7 40-PDIP
Manufacturer
Microchip Technology
Series
PIC® XLP™ 16Fr

Specifications of PIC16F1934-I/P

Core Size
8-Bit
Program Memory Size
7KB (4K x 14)
Core Processor
PIC
Speed
32MHz
Connectivity
I²C, LIN, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, LCD, POR, PWM, WDT
Number Of I /o
36
Program Memory Type
FLASH
Eeprom Size
256 x 8
Ram Size
256 x 8
Voltage - Supply (vcc/vdd)
1.8 V ~ 5.5 V
Data Converters
A/D 14x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
40-DIP (0.600", 15.24mm)
Controller Family/series
PIC16F
No. Of I/o's
36
Eeprom Memory Size
256Byte
Ram Memory Size
256Byte
Cpu Speed
32MHz
No. Of Timers
5
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC16F1934-I/P
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
PIC16F1934-I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
Part Number:
PIC16F1934-I/PT
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
FSR INSTRUCTION SUPPORT
Indirect addressing on the enhanced PIC12/16 con-
sists of two 16-bit File Select Registers (FSRs) and 2
Indirect File Registers (INDFs). In addition to the extra
FSR/INDF there are three new instructions designed to
improve the efficiency of indirect operations. The three
new instructions are:
1.
2.
3.
EXAMPLE 2:
The pre/post, increment/decrement are very simple
enhancements. The relative offset is slightly more com-
plex. In the relative offset case, a constant between -32
and +31 is added to the FSR to produce an effective
address. The INDF accesses the effective address.
After the access is complete (either read or write) the
effective address is lost and the FSR remains
unchanged.
FIGURE 4:
DS41375A-page 8
MOVIW
MOVIW
MOVIW
MOVIW
MOVIW
ADDFSR – Add a literal between -32 and 31 to
the specified FSR.
MOVIW – Move a value from the specified INDF
register into W.
MOVWI – Move a value from W into the specified
INDF register.
MOVIW AND MOVWI
LINEAR MEMORY ACCESSING
++FSR0
FSR0++
--FSR0
FSR0--
4[FSR0]
; Preincrement FSR0 then INDF0 -> W
; INDF0 -> W then postincrement FSR0
; Predecrement FSR0 then INDF0 -> W
; INDF0 -> W then postdecrement FSR0
; FSR0+4 INDF0 -> W.
Common
Core SFRs
Device SFRs
GPRs
The MOVIW and MOVWI instructions are special
because they have the ability to perform pre/post
increment/decrement on the FSR. They can also
perform relative indirect addressing.
USING MOVIW/MOVWI
MOVIW and MOVWI have the following syntax:
LINEAR RAM ACCESS
To simplify the use of large memory blocks, the FSRs
also provide a method of remapping the data memory
into a contiguous block of RAM. The FSR can provide
an alternate mapping by taking advantage of the 64-
Kbyte address space to locate a different mapping of
the GPR into a different memory region.
The GPRs and SFRs are mapped into the first 2 Kbytes
of address space in the FSR. Following the GPR/SFR
mapping, there is a reserved area (read as ‘0’) and then
comes a new view of the GPR data space at address
0x2000, as shown in Figure 4.
FSR0 unchanged
© 2009 Microchip Technology Inc.

Related parts for PIC16F1934-I/P