代码搜索:QDR SRAM
找到约 7,112 项符合「QDR SRAM」的源代码
代码结果 7,112
www.eeworm.com/read/135380/13936724
ini at91rm9200dk.ini
com Set up for Thunder
com Settings : Rempap
com REMAP memories, Internal SRAM => 0x000000000 and Internal ROM => 0X00100000
com setmem 0xFFFFFF00 0x00000001 32
com set PIOC a
www.eeworm.com/read/132780/14073180
ini at91rm9200dk.ini
com Set up for Thunder
com Settings : Rempap
com REMAP memories, Internal SRAM => 0x000000000 and Internal ROM => 0X00100000
com setmem 0xFFFFFF00 0x00000001 32
com set PIOC a
www.eeworm.com/read/203657/15353905
cmd lnk.cmd
MEMORY
{
EPROM: origin = 0h, length = 100000h
SRAM: origin = 100000h, length = 8000h
ADC: origin = 300000h, length = 2h
IP_RAM: origin = 1400000h, len
www.eeworm.com/read/201401/15408861
ini at91rm9200dk.ini
com Set up for Thunder
com Settings : Rempap
com REMAP memories, Internal SRAM => 0x000000000 and Internal ROM => 0X00100000
com setmem 0xFFFFFF00 0x00000001 32
com set PIOC a
www.eeworm.com/read/428159/8888593
mac intc_hw_run_from_ram.mac
; INTC_HW_run_from_ram.mac file June 13 2007 S.M.
; Script file for P&E Micro debugger for Decrementer example
; Assumes MMU and SRAM init occurred by other scripts
hload ..\bin\INTC_HW-ram.elf
www.eeworm.com/read/428159/8888655
mac intc_sw_run_from_ram.mac
; INTC_SW_run_from_ram.mac file June 13 2007 S.M.
; Script file for P&E Micro debugger for Decrementer example
; Assumes MMU and SRAM init occurred by other scripts
hload ..\bin\INTC_SW-ram.elf
www.eeworm.com/read/360097/10109710
c timer.c
#include "reg58.h"
#define _TIMER_C_
#include "timer.h"
#include "clock.h"
#include "setup.h"
#include "sram.h"
unsigned char data timerl,timerh,timeruh;
unsigned char data datetime[8],seco
www.eeworm.com/read/298941/7921785
cmd arm_boot.cmd
MEMORY
{
VECTOR: origin = 0x00000000, length 0x00000200
FLASH: origin = 0x00001000, length 0x0001f000
SRAM: origin = 0x00020000, length 0x00020000
INTME
www.eeworm.com/read/298941/7922036
cmd arm_boot.cmd
MEMORY
{
VECTOR: origin = 0x00000000, length 0x00000200
FLASH: origin = 0x00001000, length 0x0001f000
SRAM: origin = 0x00020000, length 0x00020000
INTME
www.eeworm.com/read/309102/13682314
bat flash_build.bat
@echo off
::// build for FLASH version
TITLE Build flash
echo .equ FLSH_RUN, 1 > flash_or_sram_run.inc
::// files to build
set SRCFILE0=..\src\FESC_src\FESC_main.c
set SRCFILE1