Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A Noise from oscillator on top layer to clock on bottom layer with VCC & GND layers between

It's hard to answer your specific case since you didn't label the layers in your picture, or which traces are doing what. That said, a few traces crossing each other on different layers is not muc...

posted 5mo ago by Olin Lathrop‭

Answer
#1: Initial revision by user avatar Olin Lathrop‭ · 2023-12-01T17:26:44Z (5 months ago)
It's hard to answer your specific case since you didn't label the layers in your picture, or which traces are doing what.

That said, a few traces crossing each other on different layers is not much coupling.  In most cases of a typical board with a typical "SPI clock signal", there won't be any problem.  The SPI clock signal is driven actively both directions by some CMOS output, probably with a few 100 &Omega; or less impedance.  Even a few pF of capacitance to another signal shouldn't have much effect.

<blockquote>What effect does an oscillator potentially have on a SPI clk signal if the oscillator is on the top layer, with GND and VCC layer in between on a four layer board.</blockquote>

Essentially none if there is at least one complete ground or power plane between the two signals.  Any plane with zero impedance relative to the signals, like a ground plane, will completely block capacitive effects.

There can still be small inductive effects, but those depend on current, not voltage, and require conductors running parallel to each other for some distance.  Something like an SPI clock on a typical board should be basically unaffected.

Also keep in mind that with a 4 layer board and the two inner layers being used for ground and power planes, the signal are on the two outer layers.  That puts them the full thickness of the board apart, usually about 62 mils (1.6 mm).  Do the math to compute the capacitance at that separation for plausible areas, and you should see how minimal it is.  And, that would only apply in places where there are no planes or traces in the inner layers.