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.
Hello,
We need to operate a MSP430G2744 with 2 USCIs in Spi Mode, One Interface will act as a Slave in a multislave environment along with other MSP430 Slave devices. The other Interface will act straightforward as Master with one Slave device.
I have some questions regarding the Slave Interface. (UsciA0)
As far as I understood the User Guide and Datasheet, the device will release the MISO Signal and go to high Impendance mode, whenever the STE Signal becomes inactive. I haven´t found anything what describes what happens with MISO if SPI is in 3 Wire configuration. (STE Signal is not asserted to the Slave USCI Module)
Does it mean USCI never releases the MISO Pin when STE is not asserted to the Module, and MOSI will stay in the State of the last transmitted Bit?
The STE Signal is routed to Pins 3.0/3.3. Both Pins share the STE Function with CLK Signal of other Module. Do we need some concepts to prevent shortened circuits on MISO Line?
Is the function of the STE signal the same as an usual Chip Select Signal?
Greetings
Dietrich
Hi Dietrich,
Dietrich Wall74 said:Does it mean USCI never releases the MISO Pin when STE is not asserted to the Module, and MOSI will stay in the State of the last transmitted Bit?
I believe the MISO line will retain the state of the last transmitted bit but I need to confirm this.
Dietrich Wall74 said:The STE Signal is routed to Pins 3.0/3.3. Both Pins share the STE Function with CLK Signal of other Module. Do we need some concepts to prevent shortened circuits on MISO Line?
I'm not sure what you mean by shortened circuits on the MISO line here. However, if you intend to use both USCI_B and USCI_A for SPI communication at the same time, you can't use the STE functionality. You'll instead need to use a GPIO for this signal.
Dietrich Wall74 said:Is the function of the STE signal the same as an usual Chip Select Signal?
From a slave perspective, the STE signal is identical to a CS signal. However, from a master point of view there is a key difference. Typically a master will hold the CS signal in the desired state throughout all bytes of a transaction. On an MSP430 SPI master, the STE signal will revert to the "inactive" state between each byte sent but will automatically be set to the "active" state when a byte is transmitted.
Best regards,
Caleb Overbay
Hi Dietrich,
I wanted to let you know I'm working with our internal systems team to answer this question. They have a better understanding of how the SOMI line behaves in 3-pin mode. I'll update you as soon as we come to a solution. Thanks for your patience.
Best regards,
Caleb Overbay
**Attention** This is a public forum