pure 8-Bit SPI communication ?
Posted on November 14, 2013 at 10:34Hi, I am in trouble with 8-bit SPI communication. I did this: SPI1->CR1 = (uint16_t)( SPI_CR1_MSTR | SPI_CR1_BR_0 | SPI_CR1_BR_1 | SPI_CR1_SSI | SPI_CR1_SSM ); SPI1->CR2 = (uint16_t)(...