ADUM7703
AI

The **ADuM7703** is a high-performance, second-order sigma-delta ($\Sigma-\Delta$) modulator designed by Analog Devices. It is primarily used for high-precision current and voltage sensing in industrial environments.
---
## 1. Core Technical Specifications
The ADuM7703 converts an analog input signal into a high-speed, single-bit data stream with integrated digital isolation.
| Feature | Specification |
| :--- | :--- |
| **Input Range** | ±250 mV (Linear range) |
| **Clock Input** | 5 MHz to 21 MHz (External) |
| **Isolation Rating** | 5 kV rms (UL 1577) |
| **SNR (Signal-to-Noise)** | 82 dB (Typical) |
| **Operating Temperature** | -40°C to +125°C |
| **Package** | 8-lead SOIC_IC / 16-lead SOIC_W |
---
## 2. Key Internal Components
The device integrates two distinct technologies into a single package:
### A. Sigma-Delta ($\Sigma-\Delta$) Modulator
This stage samples the analog input (usually the voltage drop across a shunt resistor). It uses a 2nd-order architecture to provide high noise immunity and linearity. The output is a density-modulated bitstream.
### B. iCoupler® Digital Isolation
Unlike traditional optocouplers that use LEDs and photodiodes, the ADuM7703 uses **chip-scale transformers**.
* **Advantage:** Faster data rates, lower power consumption, and significantly higher reliability over time.
* **Safety:** It provides reinforced insulation between the high-voltage "hot" side and the low-voltage controller side.
---
## 3. Typical Application Circuit
In a standard motor control or power inverter setup, the ADuM7703 is placed across a shunt resistor.
```mermaid
graph LR
A[High Voltage Bus] --> B[Shunt Resistor]
B --> C(ADuM7703 Input)
C --> D{Isolation Barrier}
D --> E(Data Out/Clock In)
E --> F[FPGA / Digital Filter]
```
### Functional Pinout (8-Lead SOIC)
1. **VDD1:** Supply voltage for the analog side (4.5V to 5.5V).
2. **VIN+ / VIN-:** Differential analog inputs.
3. **GND1:** Ground for the analog side.
4. **MCLKIN:** Master Clock input from the controller.
5. **MDAT:** Modulated Serial Data output.
6. **VDD2:** Supply voltage for the digital side.
7. **GND2:** Ground for the digital side.
---
## 4. Advantages in Design
* **Offset Drift:** It features very low offset drift ($0.6 \mu V/^\circ C$), making it ideal for precision measurements over wide temperature ranges.
* **High Common-Mode Transient Immunity (CMTI):** It can withstand rapid voltage changes (up to 150 kV/µs), preventing data corruption in noisy switching environments like VFDs (Variable Frequency Drives).
* **Reduced Component Count:** Because it integrates the modulator and the isolator, it replaces the need for an analog isolation amp and a separate ADC.
---
- ⤷
How does the ADuM7703 compare to the ADuM7701 in terms of input range?
- ⤷ What type of digital filter is recommended to process the MDAT output?
- ⤷ What are the specific power supply requirements for VDD1 and VDD2?