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

Why Zero ohm resistor in series with the XTAL oscillator

+3
−1

The below image is taken from this refrence design.

Image_alt_text

May I know why the two zero ohm resistors are used.

History

0 comment threads

1 answer

+2
−0

This seems like them covering their butt. Most crystals work with most crystal drivers without any series resistors being necessary. In fact, series resistance together with inevitable parasitic capacitance can cause a phase shift, which causes the crystal to be run a little off its design point.

In some cases you need a resistor between the crystal driver output and the crystal when the crystal if very low power. The cases I've seen that being an issue have all been very small low-frequency crystals. The kinds of crystals meant for wrist watches, for example, could be overdriven by a 5 V microcontroller. This is very unlikely to be an issue with a 16 MHz crystal as shown in your schematic.

Some microcontrollers have two or three different crystal driver power levels for this reason. Instead of adding a series resistor, you use a lower power setting in the crystal driver.

Even in the case of preventing crystal over-drive, a resistor between the crystal and the crystal driver input makes no sense. The schematic you show seems to be from someone that is designing more by "rules of thumb" instead of actual understanding.

History

1 comment thread

+1. The only improvement I can think of is linking to an app note that goes into more details on the ... (1 comment)

Sign up to answer this question »