What's the purpose of R20 in this schematic

  • Thread starter Thread starter j777
  • Start date Start date
  • Tags Tags
    Schematic
AI Thread Summary
R20 in the schematic serves as a zero Ohm resistor, functioning as a jumper that allows users to choose between common or separate offboard clocks. This design enables flexibility in accessing the SD card via either SPI or SDIO. The discussion also highlights R35, which facilitates the selection of one of two offboard clocks, with a 100 Ohm resistor providing protection against erroneous connections. The use of zero Ohm resistors is common in surface mount designs to create test points or to enable easy modifications. Understanding these components is crucial for effective evaluation board usage.
j777
Messages
148
Reaction score
0
I'm studying a portion of a schematic from an evaluation board. What's the purpose of R20 in the attached schematic?
 

Attachments

  • schematic.png
    schematic.png
    14.4 KB · Views: 581
Engineering news on Phys.org
Isn't it just a connection between the two clocks?
It's common to draw a link as a zero Ohm resistor in some packages, it let's the layout software actualy put a real part there so you can use it as a test point, or remove it to test the two clocks separately. On surface mount it's the normal way to do a link.
 
ja, it's a jumper
 
I'm not so sure that it's just a jumper...

Here's a snippet from a similar eval board. In this schematic the resistor is R35. Any ideas?

The full schematic for this snippet can be viewed is at http://www.olimex.com/dev/images/ARM/ATMEL/SAM9-L9260-REV-B-sch.gif"
 

Attachments

  • schematic-2.PNG
    schematic-2.PNG
    41.2 KB · Views: 561
Last edited by a moderator:
Hard to say. 100 Ohms is different from the zero Ohm jumper in your first post. 100 Ohms is more like a termination, but zero Ohms is almost always a jumper for stuff options.
 
Thanks for all the input.

I still don't know what the 100 Ohm resistor is for but my theory for the zero Ohm resistor is that it gives the user the option of accessing the SD card via SPI or SDIO. Does that make sense?
 
R20 allows the user to use either common or separate offboard clocks.

R35 allows offboard selection of one of two clocks. If you happen to erroniously connect both, the 100 ohms will protect the offboard clock drivers.
 
Back
Top