代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/242770/12986550
cmd led.cmd
-w
-stack 400h
-heap 400h
-l rts6400.lib
MEMORY
{
BOOT : o=0,l=400h
ISRAM : origin = 0x0400, len = 0x1000000
}
SECTIONS
{
bootload > BOOT
v
www.eeworm.com/read/242535/13001258
doc led.doc
www.eeworm.com/read/242457/13003801
h led.h
#ifndef _LED_H_
#define _LED_H_
#include "SPCE061A.H"
/****************************************************************
*LED的IO端口定义,代码移植时需要根据实际的电路更改设置
*****************************************
www.eeworm.com/read/242457/13003830
c led.c
#include"SPCE061A.H"
#include"Led.h"
/***********************************************************************
*显示的数字对应在实际IO口上的映像
****************************************************************
www.eeworm.com/read/242365/13009814
pjt led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\2407\2407C\1led\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
T
www.eeworm.com/read/242365/13009822
c led.c
//(2) 主程序
// 该程序用于实验演示模板上的8个LED的循环显示
#include "register.h"
main() // 初始化子程序
{ int led;
int i,k;
asm(" setc SXM"); // 抑制符号位扩展
asm(" clrc OV
www.eeworm.com/read/242364/13010130
asm led.asm
IOSFT_REG .usect ".data0",1 ;要显示的数据寄存器
.include "F2407REGS.H" ;引用头部文件
.def _c_int0
.text
_c_int0: ;相当于主程序的入口
CALL SYSINIT ;调系统初始化程序
LDP #DP_PF2 ;
www.eeworm.com/read/242364/13010133
pjt led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\2407\2407asm\led\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
www.eeworm.com/read/242363/13010702
c led.c
#include "2407c.h"
#define T1MS 0x9c3f /* 9c3fH=40000-1 */
void interrupt gptime1(void); /* 中断服务程序,定时器计数T1MS次时中断调用 */
void gp_init(void); /* 定时器初始化 */
unsign
www.eeworm.com/read/242363/13010704
cmd led.cmd
-w
-stack 200
-heap 200
-l rts2xx.lib
MEMORY
{
PAGE 0:
VECS :o=0,l=40h
PRCT :o=40h,l=4
PROG :o=9000h,l=2000h
PAGE 1:
IDATA1:o=300h,l=100h
IDATA2:o=0c00h,l=400h
REG