@peaces,
What's the context of the System Update block?
If the code in the System Update block executes sequentially, it should add the function of DSPI_Deinit(2) between the two functions of DSPI_MasterInit.
it is recommended to set two different varables for the second parameter in DSPI_MasterInit, like DSPI_MasterInit(2, &spiMasterState_LSD, &spiConfig_LSD) and DSPI_MasterInit(2, &spiMasterState_MSD, &spiConfig_MSD);
Additionally, per the schematic of RDVCU5775EVM, the value of whichPCS in spiConfig_LSD shall be 3, and the value of whichPCS in spiConfig_MSD shall be 1.
