代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : flash.h
* Author : MCD Application Team
* Date First Issued : 28/07/2003
* Desc
flash.c
/*********************************************************************************************
* File: flash.c
* Author: embest
* Desc: SST39VF160 Flash program code
* History:
*****************
flash.h
/*********************************************************************************************
* File: Flash.H
* Author: embest
* Desc: SST39VF160 header file
* History:
***********************
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
flash.c
#include
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\am29f800.h"
int DownloadData(void);
U32 downlo
flash.c
#include
#include "flash.h"
void FLASH_ww(unsigned int *pData,int nValue)
{
// LOCK = 0;
FCTL3 = 0xA500;
// WRT = 1;
FCTL1 = 0xA540;
*pData = nValue;