flash.txt

来自「picc_18v 8.35pl35 PIC18系列单片机开发C编译器」· 文本 代码 · 共 19 行

TXT
19
字号
Title: flash

Target: PIC18Fxx8

Description:
    A sample project file to be used with HI-TIDE, to demonstrate the functionality of the microcontroller's
    FLASH Program Memory.

    The FLASH Program Memory is readable, writable, and erasable during normal operation over the entire
    VDD range. A read from program memory is executed on one byte at a time. A write to program memory
    is executed on blocks of 8 bytes at a time. Program memory is erased in blocks of 64 bytes at a time. A 
    bulk erase operation may not be issued from user code.                                                                             


Controls:
 This project demonstrates operation of FLASH Program Memory.

 The following interface is used:
	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?