代码搜索:QDR SRAM

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

代码结果 7,112
www.eeworm.com/read/389879/2532158

s mpc52xx_sleep.s

#include #include #include .text _GLOBAL(mpc52xx_deep_sleep) mpc52xx_deep_sleep: /* args r3-r6: SRAM, SDRAM regs, CDM regs, INTR regs */ /* enable in
www.eeworm.com/read/360007/2970672

flash loader.lds.flash

ENTRY(_start_flash) MEMORY { FLASH1 : ORIGIN = 0x00000000, LENGTH = 0x00400000 SRAM : ORIGIN = 0x60000000, LENGTH = 0xc000 DRAM1 : ORIGIN = 0xc0000000, LENGTH = 0x02000000 } SECTIONS { /* boot c
www.eeworm.com/read/360007/2970718

kernel loader.lds.kernel

ENTRY(_start_ram) MEMORY { SRAM : ORIGIN = 0x60000000, LENGTH = 38400 DRAM1 : ORIGIN = 0xc0000000, LENGTH = 8M DRAM2 : ORIGIN = 0xc1000000, LENGTH = 8M } SECTIONS { . = 0xC0028000; .text BLOCK(
www.eeworm.com/read/360007/2970799

flash loader.lds.flash

ENTRY(_start_flash) MEMORY { FLASH1 : ORIGIN = 0x00000000, LENGTH = 0x00800000 SRAM : ORIGIN = 0x60000000, LENGTH = 0xc000 DRAM1 : ORIGIN = 0xc0000000, LENGTH = 0x01000000 } SECTIONS { /* boot c
www.eeworm.com/read/145457/6788803

h config.h

#ifndef _CONFIG_H #define _CONFIG_H #define DRAM_BASE 0x00000000 #define SRAM_BASE 0x03fe0000 #define SYSTEM_TABLE_OFFSET 0x0000e000 #define BIOS_API_ADDR 0x
www.eeworm.com/read/194975/8181240

h config.h

#ifndef _CONFIG_H #define _CONFIG_H #define DRAM_BASE 0x00000000 #define SRAM_BASE 0x03fe0000 #define SYSTEM_TABLE_OFFSET 0x0000e000 #define BIOS_API_ADDR 0x
www.eeworm.com/read/193661/8208156

h config.h

#ifndef _CONFIG_H #define _CONFIG_H #define DRAM_BASE 0x00000000 #define SRAM_BASE 0x03fe0000 #define SYSTEM_TABLE_OFFSET 0x0000e000 #define BIOS_API_ADDR 0x
www.eeworm.com/read/292637/8343684

h config.h

#ifndef _CONFIG_H #define _CONFIG_H #define DRAM_BASE 0x00000000 #define SRAM_BASE 0x03fe0000 #define SYSTEM_TABLE_OFFSET 0x0000e000 #define BIOS_API_ADDR 0x
www.eeworm.com/read/292505/8351439

h config.h

#ifndef _CONFIG_H #define _CONFIG_H #define DRAM_BASE 0x00000000 #define SRAM_BASE 0x03fe0000 #define SYSTEM_TABLE_OFFSET 0x0000e000 #define BIOS_API_ADDR 0x
www.eeworm.com/read/173767/9635883

ld boot.ld

ENTRY(vectors) MEMORY { rom : ORIGIN = 0x0, LENGTH = 0x6000 sram : ORIGIN = 0x400000, LENGTH = 0x2000 ram : ORIGIN = 0x4300000, LENGTH = 0x100000 } SECTIONS { .vectors 0x0: AT (0) { KEEP( loa