代码搜索结果
找到约 10,000 项符合
GPIO 的代码
gpio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="gpio"
ProjectDir="D:\CCStudio_v3.1\MyProjects\gpio_s\"
ProjectType=Executable
CPUFa
gpio.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: GPIO.c
gpio.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
gpio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-VC5416-EDULAB\LAB0401-GPIO\"
ProjectType=Executable
CPUFamily=TMS320C54XX
gpio.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
gpio.__i
-c --device DARMST -g -O0 --apcs=interwork -I "C:\Keil\ARM\INC\ST\71x" -o ".\output\gpio.o" --omf_browse ".\output\gpio.crf" --depend ".\output\gpio.d" "..\WDG\gpio.c"