Hi, I'm implementing a proof-of-concept MSP432 system using LaunchPads. Basically I2C sensor data gets captured by multiple slave msp432's communicating via SPI with a master msp432. I'm thinking ahead to debugging the slave/master interface - should it be necessary ;-).
How would you debug both sides of an SPI protocol using CCS and the XDS-110 on the Launchpads? One laptop for the slave and a separate laptop for the master, and trace each side of the SPI protocol completely separately?