w541: clarify notes about chip select
Signed-off-by: Leah Rowe <info@minifree.org>master
parent
f1151c0f3e
commit
b7c7fd53e4
|
@ -92,8 +92,8 @@ pin 1.
|
||||||
|
|
||||||
When you wire the clip, to flash one of the ICs, the same voltage rail also
|
When you wire the clip, to flash one of the ICs, the same voltage rail also
|
||||||
turns on the other IC and the other IC's own chip-select is in a *floating*
|
turns on the other IC and the other IC's own chip-select is in a *floating*
|
||||||
state, which in practise means *high logic state*; in other words, the other
|
state, which in practise means *random logic state*; in other words, the other
|
||||||
flash will be active.
|
flash may or may not be active, randomly.
|
||||||
|
|
||||||
This means that external flashing would not ordinarily work, unless you use
|
This means that external flashing would not ordinarily work, unless you use
|
||||||
the following trick:
|
the following trick:
|
||||||
|
@ -105,6 +105,13 @@ on pin 8 of the chip that you're flashing. Ideally you should pull the other
|
||||||
chip select high via 47ohm resistor, which should be enough to prevent damage
|
chip select high via 47ohm resistor, which should be enough to prevent damage
|
||||||
in the case of accidentally shorting the wrong pin.
|
in the case of accidentally shorting the wrong pin.
|
||||||
|
|
||||||
|
Doing this means that you *disable* the chip fou're not flashing. It's very
|
||||||
|
important that you ensure only the one you want to flash is active, when using
|
||||||
|
an external flasher.
|
||||||
|
|
||||||
|
**This is not required for internal flashing. It is only required for
|
||||||
|
external flashing.**
|
||||||
|
|
||||||
If you do it right, the chips should flash reliably. This same trick must be
|
If you do it right, the chips should flash reliably. This same trick must be
|
||||||
used when flashing either of the chips.
|
used when flashing either of the chips.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue