代码搜索:Flash
找到约 10,000 项符合「Flash」的源代码
代码结果 10,000
www.eeworm.com/read/148250/5716785
c flash.c
/*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Rolf Offermanns
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This
www.eeworm.com/read/148250/5716792
c flash.c
/*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Alex Zuepke
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This prog
www.eeworm.com/read/148143/5718074
dld flash.dld
/*
* File: flash.dld
* Purpose: Linker file for the M5272C3 Rev 2.1 and earlier
*
* Notes: For use with a Flash programmer.
*
*/
MEMORY
{
sdram : org = 0x00000000, len = 0x004000
www.eeworm.com/read/148143/5718077
dld flash.dld
/*
* File: flash.dld
* Purpose: Linker file for the M5272C3 Rev 2.2 and later
*
* Notes: For use with a Flash programmer.
*
*/
MEMORY
{
sdram : org = 0x00000000, len = 0x0100000
www.eeworm.com/read/148139/5718320
ld flash.ld
MEMORY {
flash : ORIGIN = 0x10c00000, LENGTH = 0x00010000
ram : ORIGIN = 0x007c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/148139/5718324
ld flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x4000
ram : ORIGIN = 0x003e0000, LENGTH = 0x20000 /* Last 128K of low 4M SDRAM */
}
SECTIONS {
.text : {
_stext = . ;
*(.text)
www.eeworm.com/read/148139/5718329
ld flash.ld
MEMORY {
flash : ORIGIN = 0xfff00000, LENGTH = 0x00100000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(.t
www.eeworm.com/read/148139/5718333
ld flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00004000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/148139/5718337
ld flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00004000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/148139/5718341
ld flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00100000
ram : ORIGIN = 0x003c0000, LENGTH = 0x0003ffff /* last 256Kbytes of dram */
}
SECTIONS {
.text : {
_stext = . ;