Resolved! SPI problem in stm32f10x
Posted on January 06, 2017 at 17:40HelloHere is my code#include <stdio.h>#include <string.h>#include 'stm32f10x_gpio.h'#include 'stm32f10x_rcc.h'#include 'stm32f10x_usart.h'#include 'stm32f10x_spi.h'#define SPI_FLASH SPI3#define SPI_CLK ...