SPI need help
Posted on July 16, 2013 at 05:15 So ive been trying to get the SPI interface working. Here's what i have so far. void SPI_Setup(void) { SPI_InitTypeDef SPI_InitStructure; SPI_I2S_DeInit(SPI1); SPI_InitStructure.SPI_Direction = SPI_Dir...