代码搜索:Flash
找到约 10,000 项符合「Flash」的源代码
代码结果 10,000
www.eeworm.com/read/232423/4698865
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/232423/4698869
ld flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00100000 /* 1MB of flash (A[20] pulled high) */
ram : ORIGIN = 0x00010000, LENGTH = 0x00040000 /* 256Kbytes of sdram */
}
SECTIONS {
.
www.eeworm.com/read/232423/4698872
ld flash.ld
MEMORY {
flash : ORIGIN = 0xffe20000, LENGTH = 0x00004000
ram : ORIGIN = 0x30010000, LENGTH = 0x00010000
}
SECTIONS {
.text : {
_stext = . ;
*(.text)
*(.rodata)
_
www.eeworm.com/read/232423/4698876
ld flash.ld
MEMORY {
flash : ORIGIN = 0xfff00000, LENGTH = 0x00100000 /* 1MB of flash (A[20] pulled high) */
ram : ORIGIN = 0x00020000, LENGTH = 0x00040000 /* 256Kbytes of sdram */
}
SECTIONS {
.
www.eeworm.com/read/232423/4698879
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/232423/4698884
ld flash.ld
MEMORY {
flash : ORIGIN = 0xffe00000, LENGTH = 0x00010000
ram : ORIGIN = 0x00ec0000, LENGTH = 0x0003ffff /* last 256Kbytes of dram */
}
SECTIONS {
.text : {
_stext = . ;
www.eeworm.com/read/232423/4698890
ld flash.ld
MEMORY {
flash : ORIGIN = 0xf0000000, LENGTH = 0x00004000
ram : ORIGIN = 0x00300000, LENGTH = 0x00100000
}
SECTIONS {
.text : {
_stext = . ;
*(.text)
*(.rodata)
_etext = . ;
www.eeworm.com/read/232423/4698893
ld flash.ld
MEMORY {
flash : ORIGIN = 0xf0000000, LENGTH = 0x00018000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/232423/4698897
ld flash.ld
MEMORY {
flash : ORIGIN = 0xf0000000, LENGTH = 0x00004000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(
www.eeworm.com/read/232423/4698901
ld flash.ld
MEMORY {
flash : ORIGIN = 0xf0000000, LENGTH = 0x0000c000
ram : ORIGIN = 0x003c0000, LENGTH = 0x00040000 /* last 256Kbytes of sdram */
}
SECTIONS {
.text : {
_stext = . ;
*(