代码搜索:NORFlash

找到约 429 项符合「NORFlash」的源代码

代码结果 429
www.eeworm.com/read/297386/8025982

hex norflash.hex

:0200000433D0F7 :100000002A0000EA050000EA0A0000EA0F0000EA00 :10001000140000EAFEFFFFEA180000EA1D0000EAF3 :1000200004D04DE201002DE974049FE5000090E545 :1000300004008DE50180BDE804D04DE201002DE90A :10
www.eeworm.com/read/297384/8026002

mcp norflash.mcp

www.eeworm.com/read/297384/8026022

bat norflash.bat

tftp -i 192.168.3.100 put NorFlash.bin
www.eeworm.com/read/297384/8026023

axf norflash.axf

www.eeworm.com/read/297384/8026024

bin norflash.bin

www.eeworm.com/read/297384/8026041

hex norflash.hex

:0200000433D0F7 :100000002A0000EA050000EA0A0000EA0F0000EA00 :10001000140000EAFEFFFFEA180000EA1D0000EAF3 :1000200004D04DE201002DE974049FE5000090E545 :1000300004008DE50180BDE804D04DE201002DE90A :10
www.eeworm.com/read/297384/8026042

axf norflash.axf

www.eeworm.com/read/333474/12679834

crf norflash.crf

www.eeworm.com/read/140391/13084334

c norflash.c

#include "basic.h" #include "Drivers\flash\NorFlash.h" #define FLASH_START 0xf80000 #define TOP_BOOT 1 #define BOTTOM_BOOT 0 #if TOP_BOOT const unsigned long SECTOR[] = { 0x0,0x8000
www.eeworm.com/read/140391/13084338

h norflash.h

#ifndef __NORFLASH_H #define __NORFLASH_H unsigned short ByteWriteFlash(DWORD addr,DWORD len,BYTE *buf); unsigned short ByteReadFlash(DWORD addr,DWORD len,BYTE *buf); unsigned short WordWriteF