代码搜索结果
找到约 10,000 项符合
DAC 的代码
807902b7e317001c120f963f4dac5e89
package mandy.java.learnCode.test1;
import java.awt.Frame;
/**
* @author Mandy
*
*/
public class Test1 {
/**
* @param args
*/
public static void main(String[] args)
{
//
305c6673e517001c120f963f4dac5e89
package mandy.java.learnCode.test1;
public class TestFrame {
}
845-7-8.eww
$WS_DIR$\ADCUART\ADCUART.ewp
$WS_DIR$\DAC\DAC.ewp
msp430x11x1_r2r.asm
;*******************************************************************************
; MSP430x11x1 Demo - Software Output 6-Bit R2R DAC
;
; Description: Implement a 6-bit DAC using 6 P2.x outputs a
msp430x11x1_r2r.s43
;******************************************************************************
; MSP430x11x1 Demo - Software Output 6-Bit R2R DAC
;
; Description: Implement a 6-bit DAC using 6 P2.x outputs an
test16.asm
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//
main_new.c
// 0 外部中断0 IE0 0003H
// 1 定时器/计数器 TF0 000BH
// 2 外部中断1 IE1 0013H
// 3 定时器/计数器1 TF1 001BH
// 4 串行口 RI+TI 0023H
// 5 定时器/计数器2 TF2+EXF2 002BH;
// 6
da.c
//由于DA输出为电流,所以要将电流转换为电压进行测量
#include
int main()
{
asm("int off");
*P_DAC_Ctrl=0x0008;
*P_TimerA_Ctrl=0x0032;
*P_TimerA_Data=0xffaf;
*P_INT_Ctrl=0x2000;
asm("int fi
feng.asm
ORG 0000H
AJMP MAIN
ORG 0003H
AJMP OUT0
ORG 001BH
AJMP BRT1
OUT0: MOV FLAG1,#1
MOV A,DAC0L
ADD A,#55H
MOV DAC0L,A
MOV A,DAC0H
ADDC A,#1
J
debug.lkf
-z -q -c -m"./Debug/dac.map" -o"./Debug/dac.out" -x -i"C:/ti/c2000/bios/lib" -i"C:/ti/c2000/cgtools/lib"
"C:\ti\myprojects\dsp_cpld_V2.0\Debug\DAC7724_TEST.obj"
"C:\ti\myprojects\dsp_cpld_V2.0\Debug