This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have an SPI bus consisting of one master and two slaves. One of the slaves is an F28232 using McBSP in SPI slave mode. On that particular slave, can I exclusively use SPISTEn (FSX) to select the device? When that device is not selected, and we are talking to the other slave, will it care that the clock is toggling while its SPISTEn (FSX) is not asserted?
Hi Jon,
Jon Warriner1 said:On that particular slave, can I exclusively use SPISTEn (FSX) to select the device?
Yes, this will work.
Jon Warriner1 said:When that device is not selected, and we are talking to the other slave, will it care that the clock is toggling while its SPISTEn (FSX) is not asserted?
The McBSP will ignore activity on the SPI bus when its SPISTEn is not selected. Note the FSX to DX valid and invalid timings in the datasheet to avoid issues with multiple slaves driving the SOMI pin.