代码搜索:QDR SRAM

找到约 7,112 项符合「QDR SRAM」的源代码

代码结果 7,112
www.eeworm.com/read/433521/1883226

mbs m5211demo.mbs

target rst // RAMBAR0 - Flash target reg flashbar 0x00000021 // RAMBAR1 - SRAM target reg rambar 0x20000021 // Enable PST[3:0] signals target memwrite byte 0x40100051 0x0F
www.eeworm.com/read/433521/1883240

mbs m5213evb.mbs

target rst // RAMBAR0 - Flash target reg flashbar 0x00000021 // RAMBAR1 - SRAM target reg rambar 0x20000021 // Enable PST[3:0] signals target memwrite byte 0x40100051 0x0F
www.eeworm.com/read/433521/1883324

mbs m5211demo.mbs

target rst // RAMBAR0 - Flash target reg flashbar 0x00000021 // RAMBAR1 - SRAM target reg rambar 0x20000021 // Enable PST[3:0] signals target memwrite byte 0x40100051 0x0F
www.eeworm.com/read/433521/1883338

mbs m5213evb.mbs

target rst // RAMBAR0 - Flash target reg flashbar 0x00000021 // RAMBAR1 - SRAM target reg rambar 0x20000021 // Enable PST[3:0] signals target memwrite byte 0x40100051 0x0F
www.eeworm.com/read/393286/2476680

ld rte_ma1_cb.ld

/* Linker script for the Midas labs RTE-V850E/MA1-CB evaluation board (CONFIG_RTE_CB_MA1), with kernel in SDRAM, under Multi debugger. */ MEMORY { /* 1MB of SRAM; we can't use the last 32KB, bec
www.eeworm.com/read/393286/2476715

ld rte_ma1_cb-rom.ld

/* Linker script for the Midas labs RTE-V850E/MA1-CB evaluation board (CONFIG_RTE_CB_MA1), with kernel in ROM. */ MEMORY { ROM : ORIGIN = 0x00000000, LENGTH = 0x00100000 /* 1MB of SRAM. This
www.eeworm.com/read/379942/2666228

extra entries.extra

/sync_cs_dev.v////*/// /test_bench_top.v////*/// /test_lib.v////*/// /tests.v////*/// /wb_mast_model.v////*/// /wb_model_defines.v////*/// D/160b3ver/////// D/sdram_models/////// D/sram_models
www.eeworm.com/read/360007/2970670

kernel loader.lds.kernel

ENTRY(_start_ram) MEMORY { SRAM : ORIGIN = 0x60000000, LENGTH = 0xc000 DRAM1 : ORIGIN = 0xc0000000, LENGTH = 0x02000000 } SECTIONS { . = 0xC0028000; .text BLOCK(32): { __text_start = ABSOLUTE
www.eeworm.com/read/360007/2970775

bootmode loader.lds.bootmode

ENTRY(_start_ram) MEMORY { SRAM : ORIGIN = 0x00000000, LENGTH = 0x00010000 DRAM1 : ORIGIN = 0x00010000, LENGTH = 0x03ff0000 } SECTIONS { /* same as the Linux kernel start address */ /*. = 0x0002
www.eeworm.com/read/360007/2970794

kernel loader.lds.kernel

ENTRY(_start_ram) MEMORY { SRAM : ORIGIN = 0x60000000, LENGTH = 0xc000 DRAM1 : ORIGIN = 0xc0000000, LENGTH = 0x01000000 } SECTIONS { . = 0xC0028000; .text BLOCK(32): { __text_start = ABSOLUTE