Other Parts Discussed in Thread: CC2538
I have three devices I'd like to connect using SPI: 1 SmartRF06EB, 1 MSP430 and 1 Skyetek Nova RFID interrogator.
SmartRF06EB would be the master and the other devices would be slaves. Even though there's a TI example for using SPI with this board, the problem is that several of its built-in devices (LCD, accelerometer, etc.) uses the SPI bus as well.
Is there a way to use the same bus to connect external devices? Finding MISO, MOSI and CLK pins wasn't an issue, but how can I get CS pins for selecting external devices? And if there's anyway I can get those selection pins, how are they addressed in the code? I'd like to stress that keeping LCD functionality while communicating with external devices is required.