I can't configure SPI1 on STM32F103C8
Posted on November 25, 2016 at 07:04Hi!I have STM32F103C8 and want to configure SPI1!I wrote the program//spi1_mosi-pa7,spi1_miso-pa6,spi1_sck-pa5,spi1_nss-pa4#include ''stm32f10x.h''int main() { RCC->APB2ENR=RCC_APB2ENR_IOPAEN; RCC->APB2ENR|=RCC_AP...