Hi,
I have a chip that sends a string with this format
http://obrazki.elektroda.pl/9967733000_1484077005.png
it is my program
#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 RCC_APB1
↧