This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TPS546D24S: BCX Error in TPS546D24S 2-Phase PMBus Configuration

Part Number: TPS546D24S

Tool/software:

We are using the **TPS546D24S** to achieve an **80A output** by **stacking two devices in a 2-phase configuration**.

We have configured the hardware according to the recommended reference design (as shown in the attached schematic).

For PMBus communication, we modified the following registers:

---

### Wrench Interleaving Configuration

- **Controller:**
- `INTERLEAVE` = `0x0020` (0° phase shift)
- **Follower:**
- `INTERLEAVE` = `0x0021` (180° phase shift)

- `NUM_PHASES` (NUM_GRP) = `2` (2 phases total)
- `PHASE_ORDER` = `0` (Controller), `1` (Follower)

---

### Wrench Stack Configuration

- **Controller:** `STACK_CONFIG` = `0x00 0x01` (1 follower, 2-phase)
- **Follower:** No configuration required

---

### Wrench SYNC Configuration

- **Controller:** `SYNC_CONFIG` = `0xF0` (Auto-detect SYNC OUT)
- **Follower:** `SYNC_CONFIG` = `0xB0` (SYNC IN)

---

### Exclamation Issue

After applying these settings, we are encountering a **BCX error**.
We would appreciate any insights or suggestions for resolving this issue.