代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/465015/7064259
c led.c
ioport unsigned int port0;
main()
{
int i;
for(;;)
{
port0=0X55;
for(i=0;i
www.eeworm.com/read/465015/7064260
bin led.bin
www.eeworm.com/read/465015/7064261
mxp led.mxp
********************************************************************************
TMS320C54x COFF/Hex Converter Version 3.70
************************************
www.eeworm.com/read/465015/7064262
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/465016/7064268
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/465016/7064271
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
www.eeworm.com/read/465023/7064339
paf led.paf
www.eeworm.com/read/465023/7064342
pjt led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="led"
ProjectDir="D:\a\led\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Com
www.eeworm.com/read/465023/7064343
map led.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.83
*******************************************************
www.eeworm.com/read/465023/7064344
c led.c
ioport unsigned int port0;
main()
{
int i;
for(;;)
{
port0=0x55;
for(i=0;i