PIC16F913-E/ML Microchip Technology, PIC16F913-E/ML Datasheet - Page 30

IC,MICROCONTROLLER,8-BIT,PIC CPU,CMOS,LLCC,28PIN,PLASTIC

PIC16F913-E/ML

Manufacturer Part Number
PIC16F913-E/ML
Description
IC,MICROCONTROLLER,8-BIT,PIC CPU,CMOS,LLCC,28PIN,PLASTIC
Manufacturer
Microchip Technology
Series
PIC® 16Fr

Specifications of PIC16F913-E/ML

Rohs Compliant
YES
Core Processor
PIC
Core Size
8-Bit
Speed
20MHz
Connectivity
I²C, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, LCD, POR, PWM, WDT
Number Of I /o
24
Program Memory Size
7KB (4K x 14)
Program Memory Type
FLASH
Eeprom Size
256 x 8
Ram Size
256 x 8
Voltage - Supply (vcc/vdd)
2 V ~ 5.5 V
Data Converters
A/D 5x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 125°C
Package / Case
28-VQFN Exposed Pad, 28-HVQFN, 28-SQFN, 28-DHVQFN
Processor Series
PIC16F
Core
PIC
Data Bus Width
8 bit
Data Ram Size
256 B
Interface Type
SSP, I2C, AUSART, SPI
Maximum Clock Frequency
20 MHz
Number Of Programmable I/os
24
Number Of Timers
2
Operating Supply Voltage
2 V to 5.5 V
Maximum Operating Temperature
+ 125 C
Mounting Style
SMD/SMT
3rd Party Development Tools
52715-96, 52716-328, 52717-734
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, PG164120, ICE2000, DV164120
Minimum Operating Temperature
- 40 C
On-chip Adc
5 bit
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC16F913-E/ML
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
PIC16F91X/946
TABLE 5-1:
5.3.2
The programmer should be able to read data memory
information from a hex file and conversely (as an
option), write data memory contents to a hex file along
with program memory information and Configuration
Word
information.
The physical address range of the 256 data memory is
0x0000-0x00FF. However, these
logically mapped to address 0x2100-0x21FF for use in
writing assembly code. This provides a way of
differentiating between the data and program memory
locations in this range. The format for data memory
storage is one data byte per address location, LSb
aligned. A simple example of data memory is given
below:
org 0x2100
de “My Prgram, v1.0”, 0
DS41244F-page 30
PIC16F913
PIC16F914
PIC16F916
PIC16F917
PIC16F946
Legend: CFGW = Configuration Word. Example calculations assume Configuration Word is erased (all ‘1’s).
Device
(0x2007)
SUM[a:b] = [Sum of locations a to b inclusive]
SUM_ID = User ID locations masked by 0xF then made into a 16-bit value with ID0 as the Most Significant
nibble.
*Checksum = [Sum of all the individual expressions] MODULO [0xFFFF]
+ = Addition
& = Bitwise AND
EMBEDDING DATA MEMORY
CONTENTS IN HEX FILE
For example, ID0 = 0x1, ID1 = 0x2, ID3 = 0x3, ID4 = 0x4, then SUM_ID = 0x1234.
The 4 LSbs of the unprotected checksum is used for the example calculations.
CHECKSUM COMPUTATIONS
and
Code-Protect
OFF
OFF
OFF
OFF
OFF
ON
ON
ON
ON
ON
user
ID
SUM[0x0000:0x0FFF] + (CFGW & 1FFF)
(CFGW and 0x1FFF) + SUM_ID
SUM[0x0000:0x0FFF] + (CFGW & 1FFF)
(CFGW and 0x1FFF) + SUM_ID
SUM[0x0000:0x1FFF] + (CFGW & 1FFF)
(CFGW and 0x1FFF) + SUM_ID
SUM[0x0000:0x1FFF] + (CFGW & 1FFF)
(CFGW and 0x1FFF) + SUM_ID
SUM[0x0000:0x1FFF] + (CFGW & 1FFF)
(CFGW and 0x1FFF) + SUM_ID
(0x2000-0x2003)
addresses are
Checksum*
© 2009 Microchip Technology Inc.
Blank
Value
2FBE
2FBE
FFFF
1FBE
FFFF
1FBE
FFFF
1FBE
0FFF
0FFF
0x25E6 at 0
and Max.
Address
DBCD
DBCD
CBCD
CBCD
CBCD
FB8C
FB8C
EB8C
EB8C
EB8C

Related parts for PIC16F913-E/ML