代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.ini
/******************************************************************************/
/* FLASH.INI: Flash Initialization File */
/***********************************
flash.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
flash.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第四章\4.7FLASH\flash.uv2
Project File Date: 04/06/2005
Output:
flash.cfg
# Open On-Chip Debugger
# (c) 2005 by Dominic Rath
# (snapshot r247 from SVN tree + giveio, no official release, compiled my mifi)
#
# --help | -h display this help
# --file | -
flash.script
wait_halt
sleep 10
#poll
#sleep 10
stm32x mass_erase 0
sleep 10
flash write_image flash
sleep 10
reset run
sleep 10
shutdown
flash.c
#include
#include "flash.h"
void FLASH_ww(int *pData,int nValue)
{
FCTL3 = 0xA500;// LOCK = 0;
FCTL1 = 0xA540;// WRT = 1;
*pData = nValue;
}
void FLASH_wb(ch
flash.h
void FLASH_wb(char *pData,char nValue);
void FLASH_ww(int *pData,int nValue);
void FLASH_clr(int *pData);
flash.asm
//========================================================================================
//程序名称:FLASH.asm
//描述:擦除、写1字、写多字子程序
//==================================================================
flash.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_