···99In most cases you can utilize SPI MODE_3 instead of MODE_0 to work-around this1010behavior. If your SPI slave device in question requires SPI MODE_0 or MODE_21111timing, you can utilize the GPIO controlled SPI Slave Select option instead.1212+In this case, you should use GPIO based CS for all of your slaves and not just1313+the ones using mode 0 or 2 in order to guarantee correct CS toggling behavior.12141315You can even use the same pin whose peripheral role is a SSEL,1416but use it as a GPIO instead.