blob: 27e4e098a87c554c3f209a823fa6cf4dc1ce0adb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SAME Analog Modular Ecosystem
//
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Parameter], [Value]),
[Location], [Defined zone on L2],
[Separation], [$qty(2, "mm")$ gap from AGND plane],
[Connection], [To the DGND pins of the power distributor],
[Via stitching], [Only within DGND zone],
),
caption: [PCB DGND zone],
) <table-pcb-ground-planes-dgnd-zone>
|