Tool/software: TI C/C++ Compiler
I've worked with a lot of different MSPs and have found when I run as a slave in 4 wire SPI mode, the CS (connected to STE) only gates the clock, it does not reset the SPI subsystem so that the 1st clock in the next transfer will be the 1st bit. (this is needed with long bus runs in noisy environments where noise may add or subtract a false Sclk). I know how to work around this by running the CS to an interrupt and to do the reset via code but I was wondering if this is still needed with the MSP430F67xx family? has anyone tested this on this newer eUSCIxx as SPI slave subsystem?