代码搜索:Flash读写
找到约 10,000 项符合「Flash读写」的源代码
代码结果 10,000
www.eeworm.com/read/289134/8573883
h flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
www.eeworm.com/read/432657/8584115
c flash.c
#include
void EraseChip();
void WriteByte(unsigned int Addr,unsigned char Val);
void WriteIsOver();
#define FlashMap1BaseAddr 0x400000
main()
{
FILE *fp;
char *ptr=(char *)0x809800;
www.eeworm.com/read/432657/8584122
mak flash.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/432657/8584126
cmd flash.cmd
-w
-l rts30.lib
-stack 400h
-heap 400h
MEMORY
{
IRAM : o=800000h,l=4000h
}
SECTIONS
{
.text :> IRAM
.data :> IRAM
.cinit :> IRAM
.const :> IRAM
www.eeworm.com/read/432657/8584128
obj flash.obj
www.eeworm.com/read/432657/8584130
out flash.out
www.eeworm.com/read/187967/8584169
dni flash.dni
[State Storage]
Reaction Register=0
Control Register=0
[Desktop-Debug]
Wnd0=_ "Log" "open" 44 0 1 -1 -1 -4 -23 437 388 799 491
Wnd1=_ "CallStack" "open" 44 0 1 -1 -1 -1 -1 0 313 123 463 1
Wnd2=_
www.eeworm.com/read/187967/8584171
fmt flash_a.fmt
[struct types]
Count=_ 0
[watch formats]
Count=_ 0
www.eeworm.com/read/187967/8584173
dni flash_a.dni
[Desktop-Debug]
Wnd0=_ "Log" "open" 44 0 1 -1 -1 -4 -23 437 388 799 491
Wnd1=_ "CallStack" "open" 44 0 1 -1 -1 -1 -1 0 313 123 463 1
Wnd2=_ "Disassembly" "open" 44 0 1 -1 -1 -1 -1 340 0 567 366
Wn