代码搜索:ext_flash

找到约 69 项符合「ext_flash」的源代码

代码结果 69
www.eeworm.com/read/156106/5612589

lcf eflash.lcf

#/* # * File: eflash.lcf # * Purpose: Linker file for the M5275EVB # * # * Notes: Project running in top half of external Flash (th_flash) # * # */ MEMORY { sdram (RWX) : ORIGIN = 0x00
www.eeworm.com/read/156106/5612591

lcf fat.lcf

#/* # * File: fat.lcf # * Purpose: MetroWerks linker command file for the M5275EVB # * # * Notes: Linked to run in on-chip SRAM. # * # */ MEMORY { sdram (RWX) : ORIGIN = 0x00000000, L
www.eeworm.com/read/163844/5507818

dld flash.dld

/* * File: flash.dld * Purpose: Linker file for the M5282EVB * * Notes: Project running in internal Flash * */ MEMORY { sdram : org = 0x00000000, len = 0x01000000 vector_ram :
www.eeworm.com/read/163844/5507820

dld sram.dld

/* * File: sdram.dld * Purpose: Linker file for the M5282EVB * * Notes: Project running in internal SRAM * */ MEMORY { sdram : org = 0x00000000, len = 0x01000000 vector_ram : o
www.eeworm.com/read/163844/5507812

lcf iflash.lcf

#/* # * File: iflash.lcf # * Purpose: Linker file for the M5282EVB # * # * Notes: Project running in external Flash # * # */ MEMORY { flash (RWX) : ORIGIN = 0x00000000, LENGTH = 0x0008
www.eeworm.com/read/163844/5507817

dld eflash.dld

/* * File: eflash.dld * Purpose: Linker file for the M5282EVB * * Notes: Project running in top half of external Flash (th_flash) * */ MEMORY { sdram : org = 0x00000000, len
www.eeworm.com/read/163844/5507821

dld iflash.dld

/* * File: iflash.dld * Purpose: Linker file for the M5282EVB * * Notes: Project running in internal Flash * */ MEMORY { flash : org = 0x00000000, len = 0x00080000 sdram : o
www.eeworm.com/read/163844/5507823

dld sdram.dld

/* * File: sdram.dld * Purpose: Linker file for the M5282EVB * * Notes: Project running in SDRAM * */ MEMORY { sdram : org = 0x00000000, len = 0x01000000 user : org = 0x000100
www.eeworm.com/read/156106/5612588

lcf esram.lcf

#/* # * File: esram.lcf # * Purpose: Linker file for the M5275EVB # * # * Notes: Project running in External SRAM # * # */ MEMORY { sdram (RWX) : ORIGIN = 0x00000000, LENGTH = 0x010000
www.eeworm.com/read/156106/5612624

lcf sdram.lcf

#/* # * File: sdram.lcf # * Purpose: Linker file for the M5275EVB # * # * Notes: Project running in SDRAM # * # */ MEMORY { sdram (RWX) : ORIGIN = 0x00000000, LENGTH = 0x01000000 vec