⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flash.h

📁 ucos ii串口通讯程序
💻 H
字号:
/***************************************************************************\
	Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
	by threewter	2004.4.26
\***************************************************************************/
	

/***************************************************************************\
    #说明: Nand Flash函数等定义
	----------------------------------  Bug  --------------------------------------

	----------------------------------  TODO list  --------------------------------------

	----------------------------------修正--------------------------------------

	2004-5-2	创建

\***************************************************************************/

#include "../inc/marco.h"


/*K9F2808函数声明*/
#define NandPageSize		512
#define NandPagetotalSize	528

int NandFlash_init(void);//flash init
int Erase_Block(unsigned int block);
int ReadPage(unsigned int block,unsigned int page,unsigned char* pPage);
int WritePage(unsigned int block,unsigned int page,unsigned char *pPage);
BOOL NandFlashOK(void);

int Flash_Tools(int argc, char *argv[]);

⌨️ 快捷键说明

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