In an SPI interface i have got 4 slaves and one master What i wanted to know is wether the master can assert two slave selects(SS_N) simultaneously OR is there a restriction that master can assert only one slave select.
Does SPI standard dictate anything!!!
Any comments on this would be appreciated.
Regards, Praveen
Didn't find your answer? Ask the community — no account required.
L
larwe
The slave will drive its MISO pin while selected.
G
GMM50
Depends on the design of the master. The NIOS II used in the Altera FPGA permits me to asers any number of the SPI select lines.
But also as has been pointed out if the slaves all try to respond with data you've got problems on the SOMI singal line.
gm
A
Al Clark
snipped-for-privacy@gmail.com wrote in news:1117455841.370215.303660 @f14g2000cwb.googlegroups.com:
The SPI can certainly assert multiple slave selects. The restriction is on the slaves. No more than one slave can drive the MISO line at the same time.
There are many SPI slave devices that are write only (No MISO connection).
Example:
Configuring multiple data converters with the same instructions. You might reset the parts with the same instruction and address the parts independently for gain settings.
Al Clark
Danville Signal Processing, Inc.
--------------------------------------------------------------------
Purveyors of Fine DSP Hardware and other Cool Stuff
Available at http://www.danvillesignal.com
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.