参数资料
型号: PIC10F322-I/OT
厂商: Microchip Technology
文件页数: 164/210页
文件大小: 0K
描述: IC MCU 8BIT 512B FLASH SOT23-6
标准包装: 3,000
系列: PIC® 10F
核心处理器: PIC
芯体尺寸: 8-位
速度: 16MHz
外围设备: 欠压检测/复位,POR,PWM,WDT
输入/输出数: 3
程序存储器容量: 896B(512 x 14)
程序存储器类型: 闪存
RAM 容量: 64 x 8
电压 - 电源 (Vcc/Vdd): 2.3 V ~ 5.5 V
数据转换器: A/D 3x8b
振荡器型: 内部
工作温度: -40°C ~ 85°C
封装/外壳: SOT-23-6
包装: 散装
其它名称: PIC10F322-I/OTTR
PIC10F322-I/OTTR-ND
第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页第100页第101页第102页第103页第104页第105页第106页第107页第108页第109页第110页第111页第112页第113页第114页第115页第116页第117页第118页第119页第120页第121页第122页第123页第124页第125页第126页第127页第128页第129页第130页第131页第132页第133页第134页第135页第136页第137页第138页第139页第140页第141页第142页第143页第144页第145页第146页第147页第148页第149页第150页第151页第152页第153页第154页第155页第156页第157页第158页第159页第160页第161页第162页第163页当前第164页第165页第166页第167页第168页第169页第170页第171页第172页第173页第174页第175页第176页第177页第178页第179页第180页第181页第182页第183页第184页第185页第186页第187页第188页第189页第190页第191页第192页第193页第194页第195页第196页第197页第198页第199页第200页第201页第202页第203页第204页第205页第206页第207页第208页第209页第210页
2011 Microchip Technology Inc.
Preliminary
DS41585A-page 57
PIC10(L)F320/322
9.0
FLASH PROGRAM MEMORY
CONTROL
The Flash program memory is readable and writable
during normal operation over the full VDD range.
Program memory is indirectly addressed using Special
Function Registers (SFRs). The SFRs used to access
program memory are:
PMCON1
PMCON2
PMDATL
PMDATH
PMADRL
PMADRH
When
accessing
the
program
memory,
the
PMDATH:PMDATL register pair forms a 2-byte word
that holds the 14-bit data for read/write, and the
PMADRH:PMADRL register pair forms a 2-byte word
that holds the 9-bit address of the program memory
location being read.
The write time is controlled by an on-chip timer. The write/
erase voltages are generated by an on-chip charge pump
rated to operate over the operating voltage range of the
device.
The Flash program memory can be protected in two
ways; by code protection (CP bit in Configuration Word)
and write protection (WRT<1:0> bits in Configuration
Word).
Code protection (CP = 0)(1), disables access, reading
and writing, to the Flash program memory via external
device programmers. Code protection does not affect
the self-write and erase functionality. Code protection
can only be reset by a device programmer performing
a Bulk Erase to the device, clearing all Flash program
memory, Configuration bits and User IDs.
Write protection prohibits self-write and erase to a
portion or all of the Flash program memory as defined
by the bits WRT<1:0>. Write protection does not affect
a device programmers ability to read, write or erase the
device.
9.1
PMADRL and PMADRH Registers
The PMADRH:PMADRL register pair can address up
to a maximum of 512 words of program memory. When
selecting a program address value, the MSB of the
address is written to the PMADRH register and the LSB
is written to the PMADRL register.
9.1.1
PMCON1 AND PMCON2
REGISTERS
PMCON1 is the control register for Flash program
memory accesses.
Control bits RD and WR initiate read and write,
respectively. These bits cannot be cleared, only set, in
software. They are cleared by hardware at completion
of the read or write operation. The inability to clear the
WR bit in software prevents the accidental, premature
termination of a write operation.
The WREN bit, when set, will allow a write operation to
occur. On power-up, the WREN bit is clear. The
WRERR bit is set when a write operation is interrupted
by a Reset during normal operation. In these situations,
following Reset, the user can check the WRERR bit
and execute the appropriate error handling routine.
The PMCON2 register is a write-only register. Attempting
to read the PMCON2 register will return all ‘0’s.
To enable writes to the program memory, a specific
pattern (the unlock sequence), must be written to the
PMCON2 register. The required unlock sequence
prevents inadvertent writes to the program memory
write latches and Flash program memory.
9.2
Flash Program Memory Overview
It is important to understand the Flash program memory
structure for erase and programming operations. Flash
program memory is arranged in rows. A row consists of
a fixed number of 14-bit program memory words. A row
is the minimum size that can be erased by user software.
After a row has been erased, the user can reprogram
all or a portion of this row. Data to be written into the
program memory row is written to 14-bit wide data write
latches. These write latches are not directly accessible
to the user, but may be loaded via sequential writes to
the PMDATH:PMDATL register pair.
See Table 9-1 for Erase Row size and the number of
write latches for Flash program memory.
Note 1:
Code protection of the entire Flash
program memory array is enabled by
clearing the CP bit of Configuration Word.
Note:
If the user wants to modify only a portion
of a previously programmed row, then the
contents of the entire row must be read
and saved in RAM prior to the erase.
Then, new data and retained data can be
written into the write latches to reprogram
the row of Flash program memory. How-
ever, any unprogrammed locations can be
written without first erasing the row. In this
case, it is not necessary to save and
rewrite the other previously programmed
locations.
相关PDF资料
PDF描述
PIC10F220T-I/OT IC PIC MCU FLASH 256X12 SOT23-6
PIC10F206T-I/OT IC PIC MCU FLASH 512X12 SOT23-6
046238010010800+ CONN FPC ONE-TOUCH LCK .5MM 10
PIC10F202T-I/OT IC PIC MCU FLASH 512X12 SOT23-6
PIC10F204T-I/OT IC PIC MCU FLASH 256X12 SOT23-6
相关代理商/技术参数
参数描述
PIC10F322T-E/OT 制造商:Microchip Technology Inc 功能描述:896 B FLASH, 64 B RAM, 4 I/O, 8BIT ADC, PWM, CLC, DDS, CWG, - Tape and Reel 制造商:Microchip Technology Inc 功能描述:IC MCU 8BIT 896 B FLASH 6SOT23 制造商:Microchip Technology Inc 功能描述:896 B Flash, 64 B RAM, 4 I/O, 8bit ADC, PWM, CLC, NCO, CWG, TEMP Indicator, 2.3V
PIC10F322T-I/MC 功能描述:8位微控制器 -MCU 448B FL 32B RAM 4I/O 8bit ADC 2.3-5.5V RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC10F322T-I/MC 制造商:Microchip Technology Inc 功能描述:896 B Flash 64 B RAM 4 I/O 8bit ADC
PIC10F322T-I/OT 功能描述:8位微控制器 -MCU 448B FL 32B RAM 4I/O 8bit ADC 2.3-5.5V RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC10FPROMOKIT 制造商:Microchip Technology Inc 功能描述:STARTER KIT PIC10F WITH PICKIT1