Hi everyone, I'm working with a TM4C123 here to connect a HIH9000 temperature and humidity sensor through SPI. I've received the sensor today and I just realised it is half-duplex, and that I just connected MISO pin on the sensor to SSI1Rx on my microcontroller. Since I need to send a command to the sensor to MISO pin, my first doubt is, can I connect directly SSI1Tx to SSI1Rx? So I'm able to send the command to MISO pin, and receive through Rx pin.
I would appreciate any comment on this issue. Thanks!
Franco