参数资料
型号: MXSIGDM
厂商: Microchip Technology
文件页数: 35/54页
文件大小: 0K
描述: BOARD DEMO PICTAIL MIXED SIGNAL
标准包装: 1
系列: PICtail™
主要目的: 用于 MCU 的混合信号:模数转换器,数模转换器,
嵌入式: 是,MCU,8 位
已用 IC / 零件: TX132x,MCP330x,320x,494x,3221,3201,1525,1541
主要属性: 3 个模数转换器,3 个数模转换器,2 个电压基准,5V 低压降
次要属性: DIP 开关,2 个 LED,PIC16F767
已供物品:
产品目录页面: 683 (CN2011-ZH PDF)
相关产品: MCP3221A5T-E/OTDKR-ND - IC ADC 12BIT 2.7V 1CH LP SOT23-5
MCP3221A5T-E/OTCT-ND - IC ADC 12BIT 2.7V 1CH LP SOT23-5
MCP3221A5T-I/OTDKR-ND - IC ADC 12BIT 2.7V 1CH LP SOT23-5
MCP3221A5T-E/OTTR-ND - IC ADC 12BIT 2.7V 1CH LP SOT23-5
MCP3221A5T-I/OTCT-ND - IC ADC 12BIT 2.7V 1CH LP SOT23-5
MCP3221A5T-I/OTTR-ND - IC ADC 12BIT 2.7V 1CH LP SOT23-5
Mixed Signal PICtail? Demo
Board User ’s Guide
Appendix D. DAC_dtmf.asm Source Code
Software License Agreement
The software supplied herewith by Microchip Technology Incorporated (the “Company”) is intended and supplied to you, the
Company’s customer, for use solely and exclusively with products manufactured by the Company.
The software is owned by the Company and/or its supplier, and is protected under applicable copyright laws. All rights are reserved.
Any use in violation of the foregoing restrictions may subject the user to criminal sanctions under applicable laws, as well as to civil
liability for the breach of the terms and conditions of this license.
THIS SOFTWARE IS PROVIDED IN AN “AS IS” CONDITION. NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATU-
TORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICU-
LAR PURPOSE APPLY TO THIS SOFTWARE. THE COMPANY SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR
SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
TABLE D-1:
DAC_DTMF.ASM
#include “p16F767.inc”
;*************************************************************************
;
; DTMF SUBROUTINE using a Rolling Loop Timer
;
; Program memory = 149 words for 32 step tone subroutine
; = 133 words for 16 step tone subroutine
; Data memory = 12 registers for tone subroutine
;
;*************************************************************************
;
; THEORY OF OPERATION - ROLLING LOOP TIMER
; 2’s complement subtraction of a marked time and a continuous timer
; (overflows from 0FFh to 0h) provides an elapsed time which can then
; be compared to some threshold value (another subtraction). The
; result of the compare (<, > or =) can then be used to perform some
; periodic event. The fewest possible cycles per loop is desired to
; achieve the least amount of error from the “zero” cycle (when the
; result of the compare is “=”). One major advantages of this
; technique is the ability to use only one timer to keep track of
; several independent periodic events with relatively few instructions
; and instruction cycles.
;
; THEORY OF OPERATION - DISTORTION
; This routine works with relatively low distortion because the
; statistical distribution of the possible error cycles doesn’t peak
; at the “zero” cycle but at some repeatable value relative to the
; “zero” cycle. Error cycles will be +-X from the distribution’s
; peak instead of from the “zero” cycle.
;
; THEORY OF OPERATION - LOOP TIMING
; LOW - No update yet = 6 cycles
; - Update output w/o resetting Sine_Table = 18
; - Update output w/reset of Sine_Table = 19
; HIGH- No update yet = 6 cycles
; - Update output w/o resetting Sine_Table = 18
; - Update output w/reset of Sine_Table & ToneLength = 22
; (Note: end of Tone until Repeat_tone re-enters >11 cycles
; depending upon user’s code)
? 2004 Microchip Technology Inc.
DS51523A-page 31
相关PDF资料
PDF描述
N10214-6212PC CONN RCPT MINI-D 14POS VERT
N10250-52G3PC CONN RCPT MINI-D 50POS R/A
N10268-52B2PC CONN MINI-D 68POS R/A RECPT
N102A0-52E3VC CONN MINI-D 100POS R/A RECPT
N452-000 COUPLER FIBER SC/SC DUPLEX
相关代理商/技术参数
参数描述
MXSM202 制造商:SIEMON 功能描述:MX-SM SURFACE MOUNT BOXES
MXSMBG100A 制造商:Microsemi Corporation 功能描述:TRANSIENT VOLTAGE SUPPRESSOR - Bulk 制造商:Microsemi Corporation 功能描述:TVS DIODE 100VWM 162VC DO215AA
MXSMBG100AE3 制造商:Microsemi Corporation 功能描述:TRANSIENT VOLTAGE SUPPRESSOR - Bulk 制造商:Microsemi Corporation 功能描述:TVS DIODE 100VWM 162VC DO215AA 制造商:Microsemi Corporation 功能描述:TVS 600W UNIDIRECT DO-215AA
MXSMBG100CA 制造商:Microsemi Corporation 功能描述:TRANSIENT VOLTAGE SUPPRESSOR - Bulk 制造商:Microsemi Corporation 功能描述:TVS DIODE 100VWM 162VC DO215AA 制造商:Microsemi Corporation 功能描述:TVS 600W BIDIRECT DO-215AA
MXSMBG100CAE3 制造商:Microsemi Corporation 功能描述:TRANSIENT VOLTAGE SUPPRESSOR - Bulk 制造商:Microsemi Corporation 功能描述:TVS DIODE 100VWM 162VC DO215AA 制造商:Microsemi Corporation 功能描述:TVS 600W BIDIRECT DO-215AA