diff options
Diffstat (limited to 'src/devices/pic/xml_data/16F83.xml')
-rw-r--r-- | src/devices/pic/xml_data/16F83.xml | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/src/devices/pic/xml_data/16F83.xml b/src/devices/pic/xml_data/16F83.xml new file mode 100644 index 0000000..25b80a3 --- /dev/null +++ b/src/devices/pic/xml_data/16F83.xml @@ -0,0 +1,106 @@ +<?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="16F83" document="010228" status="NR" alternative="16F84A" memory_technology="FLASH" self_write="no" architecture="16X" + xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' + xsi:noNamespaceSchemaLocation='pic.xsd'> + +<!--* Checksums ************************************************************--> + <checksums> + <checksum protected="Off" bchecksum="0x3DFF" cchecksum="0x09CD" /> + <checksum protected="All" bchecksum="0x3E0E" cchecksum="0x09DC" /> + </checksums> + +<!--* Operating characteristics ********************************************--> + <frequency_range name="industrial" > + <frequency start="0" end="4" vdd_min="4" vdd_max="6" /> + <frequency start="4" end="10" vdd_min="4.5" vdd_max="5.5" /> + </frequency_range> + <frequency_range name="industrial" special="low_power" > + <frequency start="0" end="2" vdd_min="2" vdd_max="6" /> + </frequency_range> + + <voltages name="vpp" min="12" max="14" nominal="13" /> + <voltages name="vdd_prog" min="4.5" max="5.5" nominal="5" /> + +<!--* Memory ***************************************************************--> + <memory name="code" start="0x0000" end="0x01FF" /> + <memory name="user_ids" start="0x2000" end="0x2003" rmask="0x007F" /> + <memory name="config" start="0x2007" end="0x2007" /> + <memory name="eeprom" start="0x0000" end="0x003F" hexfile_offset="0x2100" /> + +<!--* Configuration bits ***************************************************--> + <config offset="0x0" name="" wmask="0x3FFF" bvalue="0x3FFF" > + <mask name="FOSC" value="0x0003" > + <value value="0x0000" name="LP" cname="_LP_OSC" /> + <value value="0x0001" name="XT" cname="_XT_OSC" /> + <value value="0x0002" name="HS" cname="_HS_OSC" /> + <value value="0x0003" name="EXTRC_CLKOUT" cname="_RC_OSC" /> + </mask> + <mask name="WDT" value="0x0004" > + <value value="0x0000" name="Off" cname="_WDT_OFF" /> + <value value="0x0004" name="On" cname="_WDT_ON" /> + </mask> + <mask name="PWRTE" value="0x0008" > + <value value="0x0000" name="On" cname="_PWRTE_ON" /> + <value value="0x0008" name="Off" cname="_PWRTE_OFF" /> + </mask> + <mask name="CP" value="0x3FF0" > + <value value="0x0000" name="All" cname="_CP_ON" /> + <value value="0x3FF0" name="Off" cname="_CP_OFF" /> + <value value="default" name="invalid" /> + </mask> + </config> + +<!--* Packages *************************************************************--> + <package types="pdip soic" nb_pins="18" > + <pin index="1" name="RA2" /> + <pin index="2" name="RA3" /> + <pin index="3" name="RA4/T0CKI" /> + <pin index="4" name="MCLR" /> + <pin index="5" name="VSS" /> + <pin index="6" name="RB0/INT" /> + <pin index="7" name="RB1" /> + <pin index="8" name="RB2" /> + <pin index="9" name="RB3" /> + <pin index="10" name="RB4" /> + <pin index="11" name="RB5" /> + <pin index="12" name="RB6" /> + <pin index="13" name="RB7" /> + <pin index="14" name="VDD" /> + <pin index="15" name="OSC2/CLKOUT" /> + <pin index="16" name="OSC1/CLKIN" /> + <pin index="17" name="RA0" /> + <pin index="18" name="RA1" /> + </package> + + <package types="ssop" nb_pins="20" > + <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="" /> + </package> + +</device> |