代码搜索:SDRAMtest
找到约 77 项符合「SDRAMtest」的源代码
代码结果 77
www.eeworm.com/read/358713/10181189
dep sdramtest_sdramtest iram.dep
Dependencies for Project 'SdramTest', Target 'SdramTest IRam': (DO NOT MODIFY !)
F (.\SAM7.s)(0x48D24A0C)(--device DARMATS -g --apcs=interwork -I "F:\Program Files\Keil\ARM\INC\Atmel\SAM7SE" --list "
www.eeworm.com/read/285208/8860603
h sdramtest.h
#ifndef __SDRAMTEST_H__
#define __SDRAMTEST_H__
extern void SDRAM_test(unsigned int rambase,unsigned int ramend);
#endif
www.eeworm.com/read/285208/8860613
c sdramtest.c
#include "2440lib.h"
#include "def.h"
void SDRAM_test(unsigned int rambase,unsigned int ramend)
{
unsigned int base,end,i,j,k,flag=1;
char temp[10];
base=rambase;
end =ramend;
Uart_P
www.eeworm.com/read/285208/8860669
o sdramtest.o
www.eeworm.com/read/376283/9321935
apj sdramtest.apj
www.eeworm.com/read/372227/9516799
apj sdramtest.apj
www.eeworm.com/read/371871/9532454
h sdramtest.h
#ifndef __SDRAMTEST_H__
#define __SDRAMTEST_H__
extern void SDRAM_test(unsigned int rambase,unsigned int ramend);
#endif
www.eeworm.com/read/371871/9532461
c sdramtest.c
#include "2440lib.h"
#include "def.h"
void SDRAM_test(unsigned int rambase,unsigned int ramend)
{
unsigned int base,end,i,j,k,flag=1;
char temp[10];
base=rambase;
end =ramend;
Uart_P
www.eeworm.com/read/371871/9532505
o sdramtest.o
www.eeworm.com/read/358713/10181164
opt sdramtest.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {