metronome/hardware/LAYOUT_REFERENCES.md
Me Here 795252fbce PM_K-1 hardware: LAYOUT_REFERENCES.md -- manufacturer reference layouts per stage
Maps each stage to its authoritative layout reference (EVM / datasheet layout section /
app-note / reference design) with URLs + the key takeaway, to complement LAYOUT.md's
general rules. Standouts that match our exact circuit:
- TPS65131EVM-839 (SLVUAW7) -- switcher layout to copy
- TPS7A30-49EVM-567 -- a +/-15V dual-LDO EVM = our exact rails
- RP2350 Minimal-KiCAD.zip -- official MCU/USB/crystal/QSPI reference layout (+ footprints)
Plus PCM5102A community refs, THAT1646/1240 reference boards, TI op-amp layout app-notes
(SBOA092B/SLOA046), RV-8803 app manual solder-pad section, USB-C/USBLC6 diff-pair rules,
and TI class-D layout for the PAM8302.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 18:48:19 -05:00

6.5 KiB
Raw Blame History

PM_K-1 — Per-Stage Layout References

LAYOUT.md has our rules (general principles for this board). This file points at the manufacturers' own reference layouts, EVMs, and layout app-notes for each stage — so whoever routes the board can follow proven examples instead of working from first principles. Two of these are essentially our exact circuit.

= a reference design / EVM that closely matches what we built (highest value).

Power — switching supply (TPS65131) — the most layout-critical stage

  • TPS65131EVM-839 (the eval board) + its User's Guide SLVUAW7. https://www.ti.com/tool/TPS65131EVM-839 · https://www.ti.com/lit/ug/slvuaw7/slvuaw7.pdf Takeaway: 4-layer, all parts top side; switching nodes isolated from the feedback network, careful high-frequency current routing, separate analog & power grounds, feedback components small/closely-spaced. TI explicitly says "follow the EVM layout."
  • Datasheet layout section: TPS65131 (SLVS493E) — already in datasheets/.

Power — clean ±15 V LDOs (TPS7A4901 / TPS7A3001)

MCU (RP2350)

DAC (PCM5102A)

Balanced audio (THAT1240 receiver / THAT1646 driver)

Op-amps (OPA1641 / OPA1612 — filter, summer, DI buffer)

RTC (RV-8803-C7)

USB (USB-C receptacle + USBLC6-2SC6 ESD)

Class-D speaker amp (PAM8302A, DNP)

  • TI Class-D layout app-note (applies to filterless BTL output): SLAA896 / SLAA902 https://www.ti.com/lit/an/slaa896/slaa896.pdf Takeaway: keep the BTL output traces short and symmetric; add the EMI ferrite/cap near the output if cabling is long; the switching output is noisy — keep it away from the analog input.

Relay (TQ2SA), ULN2003, LM393

  • Straightforward digital/contact layout: relay contact traces wide enough for the switched current; ULN2003 flyback (COM to the coil supply) close; LM393 standard comparator layout. Panasonic TQ-SMD datasheet (in datasheets/) has the recommended mounting pad.

The three to prioritize (the hard parts)

  1. TPS65131EVM-839 / SLVUAW7 — copy the switcher layout almost verbatim.
  2. TPS7A30-49EVM-567 — it's literally the ±15 V dual-LDO layout we need.
  3. RP2350 Minimal-KiCAD.zip — fork the MCU/USB/crystal/QSPI layout.

Hand these (plus LAYOUT.md) to whoever routes the board; they cover every stage where layout — not schematic — determines whether it works.