blob: 25ce72aebbd0ceef00029c3d67eb6b80381179bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
<?xml version="1.0" encoding="UTF-8"?>
<!--************************************************************************-->
<!--* Copyright (C) 2005-2007 Nicolas Hadacek <hadacek@kde.org> *-->
<!--* *-->
<!--* This program is free software; you can redistribute it and/or modify *-->
<!--* it under the terms of the GNU General Public License as published by *-->
<!--* the Free Software Foundation; either version 2 of the License, or *-->
<!--* (at your option) any later version. *-->
<!--************************************************************************-->
<device name="10F202" document="020030" status="IP" memory_technology="FLASH" architecture="10X" pc="9"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='pic.xsd'>
<!--* Checksums ************************************************************-->
<checksums>
<checksum protected="Off" bchecksum="0xEE1D" cchecksum="0xDC65" />
<checksum protected="040:1FE" bchecksum="0xEDF1" cchecksum="0xD35D" />
</checksums>
<!--* Operating characteristics ********************************************-->
<frequency_range name="extended" >
<frequency start="4" end="4" vdd_min="2" vdd_max="5.5" />
</frequency_range>
<voltages name="vpp" min="12.5" max="13.5" nominal="13" />
<voltages name="vdd_prog" min="4.5" max="5.5" nominal="5" />
<!--* Memory ***************************************************************-->
<memory name="code" start="0x000" end="0x1FE" />
<memory name="calibration" start="0x1FF" end="0x1FF" cal_opmask="0xF00" cal_opcode="0xC00" />
<memory name="user_ids" start="0x200" end="0x203" rmask="0x00F" />
<memory name="config" start="0x3FF" end="0x3FF" hexfile_offset="0xFFF" />
<memory name="calibration_backup" start="0x204" end="0x204" />
<!--* Configuration bits ***************************************************-->
<config offset="0x0" name="" wmask="0xFFF" bvalue="0x01F" cmask="0x01C" >
<mask name="FOSC" value="0x003" >
<value value="default" name="invalid" />
<value value="0x003" name="INTRC" cname="_IntRC_OSC" />
</mask>
<mask name="WDT" value="0x004" >
<value value="0x000" name="Off" cname="_WDT_OFF" />
<value value="0x004" name="On" cname="_WDT_ON" />
</mask>
<mask name="CP" value="0x008" >
<value value="0x000" name="040:1FE" cname="_CP_ON" />
<value value="0x008" name="Off" cname="_CP_OFF" />
</mask>
<mask name="MCLRE" value="0x010" >
<value value="0x000" name="Internal" cname="_MCLRE_OFF" />
<value value="0x010" name="External" cname="_MCLRE_ON" />
</mask>
</config>
<!--* Packages *************************************************************-->
<package types="pdip" nb_pins="8" >
<pin index="1" name="N/C" />
<pin index="2" name="VDD" />
<pin index="3" name="GP2/T0CKI/FOSC4" />
<pin index="4" name="GP1/ICSPCLK" />
<pin index="5" name="GP3/MCLR/VPP" />
<pin index="6" name="VSS" />
<pin index="7" name="N/C" />
<pin index="8" name="GP0/ISCPDAT" />
</package>
<package types="sot23" nb_pins="6" >
<pin index="1" name="" />
<pin index="2" name="" />
<pin index="3" name="" />
<pin index="4" name="" />
<pin index="5" name="" />
<pin index="6" name="" />
</package>
</device>
|