Electronic – Why does atmel use 39R pull-down resistor

microcontrollerpulldown

I recently bought an SAM4S XPLAINED Board to get a bit experienced with ARM.
There is an external RAM on this board and there is a 39R pull-down resistor on PIN6 which is the /CS1 line of the RAM.

Complete schematic: Schematic

enter image description here

QUESTION:
Why 39R is the resistance of that resistor? That is quite uncommon for me. I do not see any reason why should a strong pull-down be used here. I just want to understand the logic behind that.

Based on the schematic it's connected to PC14 of the controller, but it is not actually. (missing R208)

Best Answer

It's not a pull-down in the strictest sense that some other chip may be required to activate said line and fight against it. The chip in the OP's diagram is permanently chip-enabled as far as I can see and this is achieved by the 39 ohm resistor. If it were a zero ohm resistor would anybody quibble?

So why use a 39 ohm resistor instead of a zero ohm resistor - maybe there is another 39 R resistor used elsewhere on the board and they didn't want another line item in their Bill of Material: -

enter image description here

So it seems!