kopia lustrzana https://github.com/peterhinch/micropython-samples
RP2.md, SPI master: Add note re CS/ pull-up.
rodzic
73d84bd5a6
commit
bbea5ce197
|
@ -85,7 +85,9 @@ is rapid with transmission running in the background. Returns `None`.
|
||||||
## 1.4 CS/
|
## 1.4 CS/
|
||||||
|
|
||||||
The application should assert CS/ (set to 0) prior to transmission and deassert
|
The application should assert CS/ (set to 0) prior to transmission and deassert
|
||||||
it after transmission is complete.
|
it after transmission is complete. An external pullup resistor to 3.3V should be
|
||||||
|
provided to ensure that the receiving device sees CS/ `False` in the interval
|
||||||
|
between power-up and application start-up. A value of a few KΩ is suggested.
|
||||||
|
|
||||||
# 2. Nonblocking SPI slave
|
# 2. Nonblocking SPI slave
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue