PIC17C43-25I/PT Microchip Technology, PIC17C43-25I/PT Datasheet - Page 27

IC MCU OTP 4KX16 PWM 44TQFP

PIC17C43-25I/PT

Manufacturer Part Number
PIC17C43-25I/PT
Description
IC MCU OTP 4KX16 PWM 44TQFP
Manufacturer
Microchip Technology
Series
PIC® 17Cr

Specifications of PIC17C43-25I/PT

Core Processor
PIC
Core Size
8-Bit
Speed
25MHz
Connectivity
UART/USART
Peripherals
POR, PWM, WDT
Number Of I /o
33
Program Memory Size
8KB (4K x 16)
Program Memory Type
OTP
Ram Size
454 x 8
Voltage - Supply (vcc/vdd)
4.5 V ~ 6 V
Oscillator Type
External
Operating Temperature
-40°C ~ 85°C
Package / Case
44-TQFP, 44-VQFP
For Use With
AC164315 - MODULE SKT MPLAB PM3 44TQFP309-1008 - ADAPTER 44-TQFP TO 40-DIPAC174005 - MODULE SKT PROMATEII 44TQFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Data Converters
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC17C43-25I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
5.9
During an interrupt, only the returned PC value is saved
on the stack. Typically, users may wish to save key reg-
isters during an interrupt; e.g. WREG, ALUSTA and the
BSR registers. This requires implementation in soft-
ware.
EXAMPLE 5-1:
;
; The addresses that are used to store the CPUSTA and WREG values
; must be in the data memory address range of 18h - 1Fh. Up to
; 8 locations can be saved and restored using
; the MOVFP instruction. This instruction neither affects the status
; bits, nor corrupts the WREG register.
;
;
PUSH
ISR
POP
1996 Microchip Technology Inc.
Context Saving During Interrupts
MOVFP
MOVFP
MOVFP
:
:
MOVFP
MOVFP
MOVFP
RETFIE
WREG, TEMP_W
ALUSTA, TEMP_STATUS
BSR, TEMP_BSR
TEMP_W, WREG
TEMP_STATUS, ALUSTA
TEMP_BSR, BSR
SAVING STATUS AND WREG IN RAM
; Save WREG
; Save ALUSTA
; Save BSR
; This is the interrupt service routine
; Restore WREG
; Restore ALUSTA
; Restore BSR
; Return from Interrupts enabled
Example 5-1 shows the saving and restoring of infor-
mation for an interrupt service routine. The PUSH and
POP routines could either be in each interrupt service
routine or could be subroutines that were called.
Depending on the application, other registers may also
need to be saved, such as PCLATH.
PIC17C4X
DS30412C-page 27

Related parts for PIC17C43-25I/PT