blob: 9ee23ed4dd628ca2d7eedd3ca8fa5aa1bc8ed1fb (
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
<?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="14000" document="010116" status="IP" memory_technology="EPROM" architecture="16X"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='pic.xsd'>
<!--* Checksums ************************************************************-->
<checksums>
<checksum protected="Off" bchecksum="0x2FFD" cchecksum="0xFBCB" />
<checksum protected="All" mprotected="CPC" bchecksum="0x300A" cchecksum="0xFBD8" />
</checksums>
<!--* Operating characteristics ********************************************-->
<frequency_range name="industrial" >
<frequency start="0" end="4" vdd_min="2.7" vdd_max="6" />
<frequency start="4" end="20" vdd_min="4.5" vdd_max="5.5" />
</frequency_range>
<voltages name="vpp" min="12.75" max="13.25" nominal="13" />
<voltages name="vdd_prog" min="4.75" max="5.25" nominal="5" />
<!--* Memory ***************************************************************-->
<memory name="code" start="0x0000" end="0x0FBF" />
<memory name="calibration" start="0x0FC0" end="0x0FFF" cal_optqmask="0x0000" cal_opcode="0x0000" />
<memory name="user_ids" start="0x2000" end="0x2003" rtqmask="0x007F" />
<memory name="config" start="0x2007" end="0x2007" />
<!--* Configuration bits ***************************************************-->
<config offset="0x0" name="" wtqmask="0x3FFF" bvalue="0x3FBD" ptqmask="0x0042" >
<tqmask name="FOSC" value="0x0001" >
<value value="0x0000" name="HS" cname="_FOSC_HS" />
<value value="0x0001" name="INTRC" cname="_FOSC_RC" />
</tqmask>
<tqmask name="WDT" value="0x0004" >
<value value="0x0000" name="Off" cname="_WDT_OFF" />
<value value="0x0004" name="On" cname="_WDT_ON" />
</tqmask>
<tqmask name="PWRTE" value="0x0008" >
<value value="0x0000" name="On" cname="_PWRTE_ON" />
<value value="0x0008" name="Off" cname="_PWRTE_OFF" />
</tqmask>
<tqmask name="TRIM" value="0x0042" >
<value value="0x0000" name="00" />
<value value="0x0002" name="01" />
<value value="0x0040" name="10" />
<value value="0x0042" name="11" />
</tqmask>
<tqmask name="CP" value="0x1E30" >
<value value="0x0000" name="All" cname="_CPP_ON _CPU_ON" />
<value value="0x1E30" name="Off" cname="_CPP_OFF _CPU_OFF" />
<value value="default" name="invalid" />
</tqmask>
<tqmask name="CPC" value="0x2180" >
<value value="0x0000" name="All" cname="_CPC_ON" />
<value value="0x2180" name="Off" cname="_CPC_OFF" />
<value value="default" name="invalid" />
</tqmask>
</config>
<!--* Packages *************************************************************-->
<package types="pdip soic" nb_pins="28" >
<pin index="1" name="" />
<pin index="2" name="" />
<pin index="3" name="" />
<pin index="4" name="" />
<pin index="5" name="" />
<pin index="6" name="" />
<pin index="7" name="" />
<pin index="8" name="" />
<pin index="9" name="" />
<pin index="10" name="" />
<pin index="11" name="" />
<pin index="12" name="" />
<pin index="13" name="" />
<pin index="14" name="" />
<pin index="15" name="" />
<pin index="16" name="" />
<pin index="17" name="" />
<pin index="18" name="" />
<pin index="19" name="" />
<pin index="20" name="" />
<pin index="21" name="" />
<pin index="22" name="" />
<pin index="23" name="" />
<pin index="24" name="" />
<pin index="25" name="" />
<pin index="26" name="" />
<pin index="27" name="" />
<pin index="28" name="" />
</package>
</device>
|