代码搜索:Flash读写
找到约 10,000 项符合「Flash读写」的源代码
代码结果 10,000
www.eeworm.com/read/288572/8621259
c flash.c
/*@# Encoder device dirver:flash.c */
/*------------------------------------------------------------------------------*/
/*
www.eeworm.com/read/288572/8621708
o flash.o
www.eeworm.com/read/432150/8623363
o flash.o
www.eeworm.com/read/187572/8623471
ld flash.ld
SECTIONS
{
. = 0x00000000;
Image_RO_Base = .;
.text : { *(.text) }
.rodata : { *(.rodata) }
Image_RO_Limit = .;
. = 0x40000000;
Image_RW_Base = .;
.data : { *(.data) }
Image_RW_Limi
www.eeworm.com/read/187571/8623544
c flash.c
#include "hms7202lib.h"
#include "flash.h"
/****************************************************************/
/* constant define
*******************************************************
www.eeworm.com/read/187571/8623593
h flash.h
#define FLASH_BASE (0x00000000)
#define FLASH_LIMIT (0x03ffffff)
www.eeworm.com/read/187571/8623659
ld flash.ld
SECTIONS
{
. = 0x00000000;
Image_RO_Base = .;
.text : { *(.text) }
.rodata : { *(.rodata) }
Image_RO_Limit = .;
. = 0x40000000;
Image_RW_Base = .;
.data : { *(.data) }
Image_RW_Limi
www.eeworm.com/read/288419/8634050
h flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
www.eeworm.com/read/288419/8634133
c flash.c
#include
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\F29LV160.h"
U32 downloadAddress;
U32 downloadProgram