4797|5

64

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

2274 的内置运放可以用反向放大方式吗? [复制链接]

没有找到2274的中文资料,英文水平实在是不购啊.从例程中就只有正向放大方式,没有反向的,我反向的方式用得比较多,因此想知道能用于反向放大吗?能给个例程就太好了,先谢谢了.
还有就是红外线编解码方式也没有例程,正好想要用,哪里可以下到例程啊?
顺便问一下,好像2274没有BSL,那么加密用什么方法呢?

最新回复

//****************************************************************************** //  MSP430F22x4 Demo - OA1, Inverting PGA Mode // //  Description: Configure OA1 for Inverting PGA mode. In this mode, the //  "+" terminal must be supplied with an offset, since the OA is a //  single-supply opamp, and the input must be positive. If an offset is //  not supplied, the opamp will try to drive its output negative, which //  cannot be done. In this example, the offset is provided by an external //  terminal. The "-" terminal is connected to the R ladder tap and the //  OAFBRx bits select the gain. The input signal is AC coupled. //  ACLK = n/a, MCLK = SMCLK = default DCO // //                   MSP430F22x4 //                ------------------- //            /|\|                XIN|- //             | |                   | //             --|RST            XOUT|- //               |                   | //    "-" --||-->|P2.4/A4/OA1I0      | //    offset  -->|P3.7/A7/OA1I2      | //               |      P4.4/A13/OA1O|-->  OA1 Output //               |                   |     Gain is -7 // //  A. Dannenberg //  Texas Instruments Inc. //  March 2006 //  Built with IAR Embedded Workbench Version: 3.41A //****************************************************************************** #include "msp430x22x4.h" void main(void) {   WDTCTL = WDTPW + WDTHOLD;                 // Stop WDT   OA1CTL0 = OAP_2 + OAPM_1 + OAADC0;        // "+" connected to OA1I2,                                             // "-" connected to OA1I0 (default),                                             // Slow slew rate,                                             // Output connected to A13/OA1O   OA1CTL1 = OAFBR_6 + OAFC_6;               // Amplifier gain is -7,                                             // Inverting PGA mode   ADC10AE0 = 0x88;                          // P3.7/P2.4 analog function select   ADC10AE1 = 0x20;                          // P4.4 analog function select   LPM3;                                     // Enter LPM3 }  详情 回复 发表于 2007-4-26 13:55
 
点赞 关注

回复
举报

76

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
可以使用Inverting PGA Mode
2274有BSL
 
 

回复

69

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
430的系列单片机越来越多的感觉!这是好事啊!俺喜欢使用430
 
 
 

回复

61

帖子

0

TA的资源

一粒金砂(初级)

4
 
先谢谢lsdfae14
谁能贴一个反向放大的例程?我不会用,呵呵,惭愧啊
 
 
 

回复

80

帖子

0

TA的资源

一粒金砂(初级)

5
 
有人有例程吗?谢谢
 
 
 

回复

70

帖子

0

TA的资源

一粒金砂(初级)

6
 
//******************************************************************************
// MSP430F22x4 Demo - OA1, Inverting PGA Mode
//
// Description: Configure OA1 for Inverting PGA mode. In this mode, the
// "+" terminal must be supplied with an offset, since the OA is a
// single-supply opamp, and the input must be positive. If an offset is
// not supplied, the opamp will try to drive its output negative, which
// cannot be done. In this example, the offset is provided by an external
// terminal. The "-" terminal is connected to the R ladder tap and the
// OAFBRx bits select the gain. The input signal is AC coupled.
// ACLK = n/a, MCLK = SMCLK = default DCO
//
// MSP430F22x4
// -------------------
// /|\| XIN|-
// | | |
// --|RST XOUT|-
// | |
// "-" --||-->|P2.4/A4/OA1I0 |
// offset -->|P3.7/A7/OA1I2 |
// | P4.4/A13/OA1O|--> OA1 Output
// | | Gain is -7
//
// A. Dannenberg
// Texas Instruments Inc.
// March 2006
// Built with IAR Embedded Workbench Version: 3.41A
//******************************************************************************
#include "msp430x22x4.h"

void main(void)
{
WDTCTL = WDTPW + WDTHOLD; // Stop WDT
OA1CTL0 = OAP_2 + OAPM_1 + OAADC0; // "+" connected to OA1I2,
// "-" connected to OA1I0 (default),
// Slow slew rate,
// Output connected to A13/OA1O
OA1CTL1 = OAFBR_6 + OAFC_6; // Amplifier gain is -7,
// Inverting PGA mode
ADC10AE0 = 0x88; // P3.7/P2.4 analog function select
ADC10AE1 = 0x20; // P4.4 analog function select
LPM3; // Enter LPM3
}
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/7 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表