SPI receives bytes twice when switching 8/16bit
Posted on February 20, 2018 at 19:26 On an STM32F103RB, after switching the SPI1 from 8 bit to 16 bit the last byte received while still in 8 bit mode is received again in 16 bit mode. SPI1 is configured as a plain master as follows: RCC->...