データシートサーチシステム
  Japanese  ▼
ALLDATASHEET.JP

X  

  • LM324

  • AI
    ## Overview of the LM324 Operational Amplifier The **LM324** is a widely used integrated circuit (IC) that contains **four independent operational amplifiers (Op-Amps)**. It is designed to operate from a single power supply over a wide range of voltages, making it a staple in consumer electronics and industrial control systems. --- ### 1. Key Technical Specifications | Feature | Specification | | :--- | :--- | | **Number of Op-Amps** | 4 (Quad) | | **Supply Voltage (Single)** | 3V to 32V | | **Supply Voltage (Dual)** | ±1.5V to ±16V | | **Input Offset Voltage** | 2 mV (typical) | | **Gain Bandwidth Product** | 1 MHz | | **Slew Rate** | 0.5 V/µs | | **Package Types** | DIP-14, SOIC-14, TSSOP-14 | --- ### 2. Pinout Configuration (DIP-14) The LM324 has 14 pins. Each of the four internal amplifiers has an Inverting Input, a Non-inverting Input, and an Output. They all share a single Vcc and Ground. | Pin Number | Function | Description | | :--- | :--- | :--- | | 1, 7, 8, 14 | **Output** | Output for Op-Amps 1, 2, 3, and 4 | | 2, 6, 9, 13 | **Inverting Input (-)** | Negative input for the Op-Amps | | 3, 5, 10, 12 | **Non-Inverting (+)** | Positive input for the Op-Amps | | 4 | **Vcc** | Positive Supply Voltage | | 11 | **GND / V-** | Ground (Single supply) or Negative supply | --- ### 3. Core Characteristics * **Single Supply Operation:** Unlike many older op-amps (like the 741) that require a dual power supply (e.g., +15V and -15V), the LM324 can run off a single 5V rail, common in digital logic circuits. * **Low Power Consumption:** It draws very little current, making it suitable for battery-powered devices. * **Internal Frequency Compensation:** It is internally compensated for unity gain, meaning it is stable even if the output is directly connected back to the inverting input. --- ### 4. Common Applications The LM324 is versatile and can be used in several circuit configurations: 1. **Comparators:** Comparing two voltages and outputting a high or low signal. 2. **Summing Amplifiers:** Combining multiple input signals into one. 3. **Active Filters:** Creating low-pass or high-pass filters for audio or sensor signals. 4. **Voltage Followers (Buffers):** Isolating stages of a circuit to prevent loading effects. 5. **Oscillators:** Generating square, triangular, or sine waves. --- ### 5. Example Schematic: Non-Inverting Amplifier The gain of this circuit is determined by the formula: `Gain = 1 + (R2 / R1)`. ```text Vout = Vin * (1 + R2/R1) +Vcc | |--|--| Vin ---|+ | | A1 |--- Vout |---|- | | | |-----| | | | | R1 |-------R2 | GND ``` ---
    ✨ Follow-up Questions
    • What are the main differences between the LM324 and the LM358?
    • How do you calculate the power dissipation of an LM324?
    • Can the LM324 be used for high-frequency audio applications?