Good afternoon TI community, i've looking for a good way to send data between Tiva's TM4C123H6PMI, and i found that i can use the SSI module to do it. I still havent's connected any because i only tried the spi_master example and since any of the tiva have the CLK, FSS, Rx and Tx, i dont know if i can just put like:
Clk-Clk
Fss-Fss
Tx-Rx
Rx-Tx
I would like to exchange information between SSI module. Can i use SSI0-SSI0? do i have to make SSI0-SSI1, any special way.