abstract.txt
来自「xc164 IAP (flash in chip)例子」· 文本 代码 · 共 26 行
TXT
26 行
In-Application Flash Programming for XC16x Microcontrollers
===========================================================
The IAP-FLASH show features of the L166 Linker that can be
used for In-Application Flash Programming routines.
The IAP-FLASH project contains the following source files:
SROM.C Contains the C code for accessing the programming routines.
This module may be extended to the actual function required
by your software.
PFLASH.C Contains programming routines for the PFlash area in C167CS device.
Available functions in this module are:
PFlash_Write: Write 64 Bytes to the PFlash area
PFlash_Erase: Erase Sector in the PFlash area
Check: Wait until the device is done with an operation
The code in this module is stored in the section name ?PR?FLASH with
the class name FLASH_CODE.
A detailed documentation on a similar example for C167 devices can be found in the
Application Note No. 138.
-O-
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?