代码搜索结果
找到约 10,000 项符合
DAC 的代码
dac.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
dac.h
/*****************************************************************************
* dac.h: Header file for NXP LPC214x Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* All
dac.c
#include "LPC23xx.h" /* LPC23xx definitions */
#include "type.h"
#include "dac.h"
void DACInit(void)
{
/* setup the related pin to DAC output */
PINSEL1 = 0x002000
dac.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
dac.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5416-edulab\lab0306-DAC\"
ProjectType=Executable
CPUFamily=TMS320C54XX
T
dac.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: DAC.c
dac.h
/*****************************************************************************
* dac.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor