代码搜索:EXRAM
找到约 267 项符合「EXRAM」的源代码
代码结果 267
www.eeworm.com/read/181510/9247493
cmd tt.cmd
MEMORY
{
RAM : o = 800000h,l = 8000h
exram: o = 1000h, l = 10000h
}
SECTIONS
{
.text:> RAM
.data:> RAM
.bss :> RAM
.cinit:> RAM
.stack:> RAM
.const:> RAM
}
www.eeworm.com/read/181510/9247510
cmd fft2.cmd
MEMORY
{
RAM : o = 800000h,l = 8000h
exram: o = 1000h, l = 10000h
}
SECTIONS
{
.text:> RAM
.data:> RAM
.bss :> RAM
.cinit:> RAM
.stack:> RAM
.const:> RAM
}
www.eeworm.com/read/181510/9247533
cmd adc.cmd
MEMORY
{
RAM : o = 800000h,l = 4000h
exram: o = 1000h, l = 10000h
}
SECTIONS
{
.text:> RAM
.data:> RAM
.bss :> RAM
.cinit:> RAM
.stack:> RAM
.const:> RAM
}
www.eeworm.com/read/181510/9247539
cmd fft1.cmd
MEMORY
{
RAM : o = 800000h,l = 8000h
exram: o = 1000h, l = 10000h
}
SECTIONS
{
.text:> RAM
.data:> RAM
.bss :> RAM
.cinit:> RAM
.stack:> RAM
.const:> RAM
}
www.eeworm.com/read/181510/9247541
cmd bitrev.cmd.cmd
MEMORY
{
RAM : o = 800000h,l = 8000h
exram: o = 1000h, l = 10000h
}
SECTIONS
{
.text:> RAM
.data:> RAM
.bss :> RAM
.cinit:> RAM
.stack:> RAM
.const:> RAM
}
www.eeworm.com/read/181510/9247548
cmd fft.cmd
MEMORY
{
RAM : o = 800000h,l = 4000h
exram: o = 1000h, l = 10000h
}
SECTIONS
{
.text:> RAM
.data:> RAM
.bss :> RAM
.cinit:> RAM
.stack:> RAM
.const:> RAM
}
www.eeworm.com/read/279969/10372884
opt project.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 {
www.eeworm.com/read/279969/10372927
plg prject.plg
礦ision3 Build Log
Project:
D:\02WorkSpace\EasyARM2200_Keil\EasyARM2200_UCOS_KEIL\Project.uv2
Project File Date: 07/02/2006
Output:
Build targe
www.eeworm.com/read/279969/10373030
bak project_opt.bak
### 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 {
www.eeworm.com/read/436720/7764573
lkf debug.lkf
-z -q -c -m"./Debug/ExRam.map" -o"./Debug/ExRam.out" -x -i"C:/c2000/c2000/bios/lib" -i"C:/c2000/c2000/cgtools/lib"
"E:\MYDSP\2812EVM-III811\C\ExRam\Debug\DSP28_CpuTimers.obj"
"E:\MYDSP\2812EVM-III81