代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/181107/9273897
cmd led.cmd
-w
-heap 400h
-stack 400h
-l rts.lib
MEMORY
{
PAGE 0:
IPRAM : o=0x0100,l=0x2000
PAGE 1:
IDRAM : o=0x2000,l=0x2000
}
SECTIONS
{
.text :>IPRAM PAGE 0
.data :>IPRAM PAGE 0
www.eeworm.com/read/181107/9273907
cmd led.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/181107/9273909
c led.c
#define SPSA0 *(unsigned int *)0x38
#define SPSD0 *(unsigned int *)0x39
#define TIM *(int *)0x24
#define PRD *(int *)0x25
#define TCR *(int *)0x26
#define IMR *(int *)0x0
#define IFR *(i
www.eeworm.com/read/181107/9273934
c led.c
#define SPSA0 *(unsigned int *)0x38
#define SPSD0 *(unsigned int *)0x39
void Delay(unsigned int nTime);
main()
{
unsigned int uWork;
SPSA0=1; // 设置McBSP0的SPCR2控制寄存器
uWork=SPSD0;
uWor
www.eeworm.com/read/181107/9273936
cmd led.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/377422/9277189
sct led.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
www.eeworm.com/read/377422/9277190
plg led.plg
礦ision3 Build Log
Project:
E:\LPC2300\lcf\LPC2368资料_ICDEV\LPC236X例程\GPIO\LED.uv2
Project File Date: 03/18/2008
Output:
Build target 'Target 1'
www.eeworm.com/read/377422/9277192
axf led.axf
www.eeworm.com/read/377422/9277193
d led.d
led.o: led.c
led.o: f:\Keil\ARM\RV31\INC\stdio.h
led.o: f:\Keil\ARM\INC\Philips\LPC23xx.H
www.eeworm.com/read/377422/9277196
lnp led.lnp
"lpc2300.o" "led.o" --strict --scatter "LED.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\LED.map" -o "LED.axf"