代码搜索:NORFlash
找到约 429 项符合「NORFlash」的源代码
代码结果 429
www.eeworm.com/read/374875/9380416
h norflash.h
#ifndef __NORFLASH_H
#define __NORFLASH_H
int UnlockAllBlks(void);
int ChkNorFlash(void);
void ProgNorFlash(U32 addr, U32 src, U32 len);
#endif
www.eeworm.com/read/372874/9489203
mcp norflash.mcp
www.eeworm.com/read/372874/9489220
axf norflash.axf
www.eeworm.com/read/372874/9489221
bin norflash.bin
www.eeworm.com/read/372874/9489238
hex norflash.hex
:0200000433D0F7
:100000002A0000EA050000EA0A0000EA0F0000EA00
:10001000140000EAFEFFFFEA180000EA1D0000EAF3
:1000200004D04DE201002DE974049FE5000090E545
:1000300004008DE50180BDE804D04DE201002DE90A
:10
www.eeworm.com/read/372874/9489239
axf norflash.axf
www.eeworm.com/read/372873/9489365
hex norflash.hex
:0200000433D0F7
:100000002A0000EA050000EA0A0000EA0F0000EA00
:10001000140000EAFEFFFFEA180000EA1D0000EAF3
:1000200004D04DE201002DE974049FE5000090E545
:1000300004008DE50180BDE804D04DE201002DE90A
:10
www.eeworm.com/read/364369/9910718
txt norflash.txt
#include "flashrom.h"
#include "def.h"
/*** SST39VF160 检查是否为空 ***
扇区的值若为oxFF则判断为空 ****/
int SST39VF160_CheckBlank(U32 addr,U32 wordsize) //addr=0x081ff000;wordsize=2Kword
{
U32 i,temp;
f
www.eeworm.com/read/363088/9968249
h norflash.h
#ifndef __NORFLASH_H
#define __NORFLASH_H
int UnlockAllBlks(void);
int ChkNorFlash(void);
void ProgNorFlash(U32 addr, U32 src, U32 len);
#endif