F030 SPi initialisation
Posted on February 22, 2017 at 06:45Hi, I am having trouble setting up the SPI port on a F030. The basic initialization codeThe Ports are setup for AF0 on ports B3,4,5 // set baud rate SPI1->CR1|=SPI_CR1_BR_0|SPI_CR1_BR_1|SPI_CR1_BR_2; //...