代码搜索结果
找到约 10,000 项符合
LED 的代码
led.c
#include
#include "LED.h"
#include "ledfile.h"
#include "system_init.h"
ioport unsigned port001c;
#define data_close port001c
int i;
unsigned int kk[20]={0,0,0,0,0,0,0,0,0,0,0,0,
led.h
#ifndef _mcbsp1_h
#define _mcbsp1_h
extern void init_spi(void);
extern int mcbsp1_xrdy(void);
extern int mcbsp1_rrdy(void);
#endif
led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="led"
ProjectDir="C:\ti5xx\myprojects\led\"
ProjectType=Executable
CPUFamily=TMS320C
led.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.70
******************************************************
led.cmd
-o led.out
-m led.map
MEMORY
{
PAGE 0: IPROG: origin = 0x4000, len = 0x1000 /*片外的RAM*/
PAGE 1: RAMB2: origin = 0x800, len = 0x3800 /*片内RAM,用做数据区*/
}
SECTIONS
{
.ve
led.asm
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//