Other Parts Discussed in Thread: MSP430G2553
Is there a way to configure the MSP430 SPI to write to multiple slaves while ignoring the MISO line? I understand that typical operation is to either communicate 1 on 1 or to use a daisy chain scheme. For this application, I don't believe a daisy chain will work, so I want to force the SPI message and then check afterwards 1 on 1 to make sure the write was successful.
I'm using the MSP430G2553 with a Launchpad and I'm using five GPIOs as the chip select lines. I'd like to perform several write operations with all of the chip select lines pulled low and then use each one individually to verify that the write operation was successful.
Thanks!