I’m designing a 14-layer PCB that includes two isolated transceiver ICs with integrated DC-DC converters — the Analog Devices LTM2881 and the Texas Instruments ISOW7840.
Due to mechanical constraints, I may need to mount them back-to-back (one on the top layer, one on the bottom) with some overlap in their footprints.
Both datasheets state that no copper should be placed directly under the isolation barrier area, but they also recommend continuous ground or power planes laterally adjacent to the device for thermal and EMI performance. I understand the general guidance to avoid overlapping two isolated converters, but if this cannot be avoided, I’d like to do it correctly.
Could you provide detailed PCB layout guidance on the following points?
1. Layer Stack-Up and Plane Management
- How to define isolation “windows” on all layers while maintaining good EMI/EMC control.
- Whether inserting an internal solid shield plane (e.g., between L6–L8) is beneficial for electric-field isolation between the two modules.
- If a solid shield is not ideal, would a local copper patch or guard ring around the overlap area be better?
- Should the shield or guard copper connect to one ground reference, chassis, or remain isolated?
2. Datasheet-Specific Layout Restrictions
- The LTM2881 datasheet explicitly says “do not place copper between the inner columns of pads” to preserve the isolation barrier.
- The ISOW7840 datasheet shows a split ground island layout with a center gap under the package.
- In practice, can I have inner planes under these packages if the isolation voltage is not critical for my design (only a few tens of volts difference expected)?
- Or would this increase common-mode coupling and EMI too much?
Thanks