SLAA705A July   2016  – November 2019 MSP430FR2310 , MSP430FR2311

 

  1.   How to Use the Smart Analog Combo and Transimpedance Amplifier on MSP430FR2311
    1.     Trademarks
    2. 1 Introduction
    3. 2 Configuration of the Integrated Operational Amplifiers
      1. 2.1 Configuration of SAC_OA
        1.       Example 1. Code Example for Configuring SAC_OA
      2. 2.2 Configuration of TIA
        1.       Example 2. Code Example for Configuring TIA
    4. 3 Application Examples
      1. 3.1 SAC_OA as a Transimpedance Amplifier
      2. 3.2 TIA Module as a Transimpedance Amplifier
      3. 3.3 A Current Sensing System Demo
    5. 4 References
  2.   Revision History

Introduction

In many sensing applications, the raw analog output of a sensor must be amplified, filtered, or converted to a voltage to be properly sampled by the analog-to-digital converter (ADC). The digital stream from the ADC is then processed by an MCU to extract the useful information. One example is a transimpedance amplifier. The transimpedance amplifier converts the output current from a sensor to a voltage that is readable by an ADC. Stand-alone operational amplifiers (OAs) are normally used to perform the task. To reduce the cost and design complexity, two configurable operational amplifiers are implemented on MSP430FR2311 mixed signal microcontroller for single chip designs.

This application report describes how to set the MSP430FR2311 control registers to use the integrated OAs as general-purpose OAs. The transimpedance amplifier for the current sensing applications is used as examples to demonstrate the operation. One complete current sensing system example is discussed with consideration for low-power applications. The examples are verified with the MSP430FR2311 LaunchPad™ development kit.

The MSP430FR2311 includes two integrated OAs:

  • Transimpedance amplifier (TIA)
  • General-purpose OA in the Smart Analog Combo module (SAC_OA)

There are two major differences between those two OA modules. The first difference is the input bias current. On the TSSOP16 package, there is a dedicated pin for the negative input of the TIA module, and the input bias current is much lower compared to input pins that are multiplexed with other functions. The second difference is input voltage range. The inputs of the TIA module support only half-rail voltage, while the inputs of the SAC_OA module support rail-to-rail voltage.

In applications that require wider bandwidth, a second stage of OA is required. The integrated OAs on the MSP430FR2311 make design simple with the internal connections between the two OAs and ADC. The user can choose the TIA module for the first stage and the SAC_OA as the second stage. The TIA output is internally connected to the SAC_OA input. The SAC_OA output is internally connected to the ADC input. No external connection is needed, which not only reduces cost but also improves signal quality. Although the OA outputs are internally connected to next stage of processing, they must be routed to the external pins because the external feedback network is required.

The electrical characteristics of the integrated OAs can be found in the MSP430FR2311 data sheet.

For more details about how to design with operational amplifiers, refer to the following application reports:

An Applications Guide for Op Amps

Handbook of Operational Amplifier Applications

For more details about transimpedance amplifiers, refer to the following application reports:

Transimpedance Amplifiers (TIA): Choosing the Best Amplifier for the Job

Transimpedance Considerations for High-Speed Operational Amplifiers

The user must verify the sensor specifications and working conditions for application so that the integrated OAs are configured properly.