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

C8051F005 参数 Datasheet PDF下载

C8051F005图片预览
型号: C8051F005
PDF下载: 下载PDF文件 查看货源
内容描述: 混合信号32KB ISP功能的Flash MCU系列 [Mixed-Signal 32KB ISP FLASH MCU Family]
分类和应用: 微控制器和处理器
文件页数/大小: 171 页 / 5235 K
品牌: SILABS [ SILICON LABORATORIES ]
 浏览型号C8051F005的Datasheet PDF文件第86页浏览型号C8051F005的Datasheet PDF文件第87页浏览型号C8051F005的Datasheet PDF文件第88页浏览型号C8051F005的Datasheet PDF文件第89页浏览型号C8051F005的Datasheet PDF文件第91页浏览型号C8051F005的Datasheet PDF文件第92页浏览型号C8051F005的Datasheet PDF文件第93页浏览型号C8051F005的Datasheet PDF文件第94页  
C8051F000/1/2/5/6/7
C8051F010/1/2/5/6/7
The Software Read Limit (SRL) is a 16-bit address that establishes two logical partitions in the program memory
space. The first is an upper partition consisting of all the program memory locations at or above the SRL address,
and the second is a lower partition consisting of all the program memory locations starting at 0x0000 up to (but
excluding) the SRL address. Software in the upper partition can execute code in the lower partition, but is
prohibited from reading locations in the lower partition using the MOVC instruction. (Executing a MOVC
instruction from the upper partition with a source address in the lower partition will always return a data value of
0x00.) Software running in the lower partition can access locations in both the upper and lower partition without
restriction.
The Value-added firmware should be placed in the lower partition. On reset, control is passed to the value-added
firmware via the reset vector. Once the value-added firmware completes its initial execution, it branches to a
predetermined location in the upper partition. If entry points are published, software running in the upper partition
may execute program code in the lower partition, but it cannot read the contents of the lower partition. Parameters
may be passed to the program code running in the lower partition either through the typical method of placing them
on the stack or in registers before the call or by placing them in prescribed memory locations in the upper partition.
The SRL address is specified using the contents of the Flash Access Register. The 16-bit SRL address is calculated
as 0xNN00, where NN is the contents of the SRL Security Register. Thus, the SRL can be located on 256-byte
boundaries anywhere in program memory space. However, the 512-byte erase sector size essentially requires that a
512 boundary be used. The contents of a non-initialized SRL security byte is 0x00, thereby setting the SRL address
to 0x0000 and allowing read access to all locations in program memory space by default.
Figure 11.3. FLACL: Flash Access Limit (C8051F005/06/07/15/16/17 only)
R/W
Bit7
R/W
Bit6
R/W
Bit5
R/W
Bit4
R/W
Bit3
R/W
Bit2
R/W
Bit1
R/W
Bit0
Reset Value
00000000
SFR Address:
0xB7
Bits 7-0: FLACL: Flash Access Limit.
This register holds the high byte of the 16-bit program memory read/write/erase limit
address. The entire 16-bit access limit address value is calculated as 0xNN00 where NN is
replaced by contents of FLACL. A write to this register sets the Flash Access Limit.
This
register can only be written once after any reset. Any subsequent writes are ignored
until the next reset.
Rev. 1.7
90