欢迎访问ic37.com |
会员登录 免费注册
发布采购

PIC16F688-I/ML 参数 Datasheet PDF下载

PIC16F688-I/ML图片预览
型号: PIC16F688-I/ML
PDF下载: 下载PDF文件 查看货源
内容描述: 14引脚基于闪存的8位CMOS微控制器采用纳瓦技术 [14-Pin Flash-Based, 8-Bit CMOS Microcontrollers with nanoWatt Technology]
分类和应用: 闪存微控制器
文件页数/大小: 202 页 / 3832 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F688-I/ML的Datasheet PDF文件第75页浏览型号PIC16F688-I/ML的Datasheet PDF文件第76页浏览型号PIC16F688-I/ML的Datasheet PDF文件第77页浏览型号PIC16F688-I/ML的Datasheet PDF文件第78页浏览型号PIC16F688-I/ML的Datasheet PDF文件第80页浏览型号PIC16F688-I/ML的Datasheet PDF文件第81页浏览型号PIC16F688-I/ML的Datasheet PDF文件第82页浏览型号PIC16F688-I/ML的Datasheet PDF文件第83页  
PIC16F688  
9.1  
EEADR and EEADRH Registers  
9.0  
DATA EEPROM AND FLASH  
PROGRAM MEMORY  
CONTROL  
The EEADR and EEADRH registers can address up to  
a maximum of 256 bytes of data EEPROM or up to a  
maximum of 4K words of program EEPROM.  
Data EEPROM memory is readable and writable and  
the Flash program memory is readable during normal  
operation (full VDD range). These memories are not  
directly mapped in the register file space. Instead, they  
are indirectly addressed through the Special Function  
Registers. There are six SFRs used to access these  
memories:  
When selecting a program address value, the MSB of  
the address is written to the EEADRH register and the  
LSB is written to the EEADR register. When selecting a  
data address value, only the LSB of the address is  
written to the EEADR register.  
9.1.1  
EECON1 AND EECON2 REGISTERS  
• EECON1  
• EECON2  
• EEDAT  
EECON1 is the control register for EE memory  
accesses.  
Control bit EEPGD determines if the access will be a  
program or data memory access. When clear, as it is  
when reset, any subsequent operations will operate on  
the data memory. When set, any subsequent operations  
will operate on the program memory. Program memory  
can only be read.  
• EEDATH  
• EEADR  
• EEADRH  
When interfacing the data memory block, EEDAT holds  
the 8-bit data for read/write, and EEADR holds the  
address of the EE data location being accessed. This  
device has 256 bytes of data EEPROM with an address  
range from 0h to 0FFh.  
Control bits RD and WR initiate read and write,  
respectively. These bits cannot be cleared, only set, in  
software. They are cleared in 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.  
When interfacing the program memory block, the  
EEDAT and EEDATH registers form a 2-byte word that  
holds the 14-bit data for read/write, and the EEADR  
and EEADRH registers form a 2-byte word that holds  
the 12-bit address of the EEPROM location being  
accessed. This device has 4K words of program  
EEPROM with an address range from 0h to 0FFFh.  
The program memory allows one word reads.  
The WREN bit, when set, will allow a write operation to  
data EEPROM. On power-up, the WREN bit is clear.  
The WRERR bit is set when a write operation is inter-  
rupted by a MCLR or a WDT Time-out Reset during  
normal operation. In these situations, following Reset,  
the user can check the WRERR bit and rewrite the  
location. The data and address will be unchanged in  
the EEDAT and EEADR registers.  
The EEPROM data memory allows byte read and write.  
A byte write automatically erases the location and  
writes the new data (erase before write).  
Interrupt flag bit EEIF of the PIR1 register is set when  
write is complete. It must be cleared in the software.  
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 voltage range of  
the device for byte or word operations.  
EECON2 is not a physical register. Reading EECON2  
will read all ‘0’s. The EECON2 register is used  
exclusively in the data EEPROM write sequence.  
When the device is code-protected, the CPU may  
continue to read and write the data EEPROM memory  
and read the program memory. When code-protected,  
the device programmer can no longer access data or  
program memory.  
© 2007 Microchip Technology Inc.  
DS41203D-page 77