STM32
超强工具——STM32CubeMX 你会用吗?
集结出发! STM32全国研讨会系列之一:ST智能门铃中国首秀
关于STM32启动文件的几个小问题
【银杏科技ARM+FPGA双核心应用】STM32H7系列35——USB_VCP_FS
【银杏科技ARM+FPGA双核心应用】STM32H7系列28——USB_HID
粉丝分享 | 图说CRC原理应用及STM32硬件CRC外设
STM32L151进入低功耗,并由RTC唤醒的故事
[转]stm32控制NFC模块(PN532)源码(P2P,模拟卡,读写卡等
STM32G070RB+LVGL移植
微信公众号
手机版
Build target 'USART'
compiling main.c...
system_stm32f10x.h(53): error: #20: identifier "uint32_t" is undefined
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
main.c(12): error: #29: expected an expression
{0x00,0x03,0x00,0x01,0x10,0x01,0x10,0x01,0x1F,0xFE,0x10,0x00,0x10,0x00,0x00,0x00},/*J*/0*/
main.c(13): error: #29: expected an expression
{0x00,0x00,0x00,0x98,0x01,0x24,0x01,0x24,0x01,0x48,0x00,0xFC,0x00,0x04,0x00,0x00},/*a*/1*/
main.c(14): error: #29: expected an expression
{0x00,0x00,0x00,0x70,0x00,0x88,0x01,0x04,0x01,0x04,0x01,0x04,0x00,0x88,0x00,0x00},/*c*/2*/
main.c(15): error: #29: expected an expression
{0x08,0x04,0x0F,0xFC,0x00,0x24,0x00,0x60,0x01,0x94,0x01,0x0C,0x01,0x04,0x00,0x00},/*k*/3*/
main.c(16): error: #29: expected an expression
{0x00,0x00,0x00,0xCC,0x01,0x24,0x01,0x24,0x01,0x24,0x01,0x24,0x01,0x98,0x00,0x00},/*s*/4*/
main.c(17): error: #29: expected an expression
{0x01,0x04,0x01,0xFC,0x00,0x84,0x01,0x00,0x01,0x00,0x01,0x04,0x00,0xFC,0x00,0x04},/*n*/5*/
main.c(18): error: #29: expected an expression
{0x07,0xF0,0x08,0x08,0x10,0x14,0x10,0x14,0x10,0x0C,0x08,0x0A,0x07,0xF2,0x00,0x00},/*Q*/6*/
main.c(19): error: #29: expected an expression
{0x00,0x00,0x01,0x04,0x19,0x04,0x19,0xFC,0x00,0x04,0x00,0x04,0x00,0x00,0x00,0x00},/*i*/7*/
main.c(20): error: #29: expected an expression
{0x01,0x00,0x01,0xF8,0x00,0x04,0x00,0x04,0x00,0x04,0x01,0x08,0x01,0xFC,0x00,0x04},/*u*/8*/
main.c(12): error: #146: too many initializer values
{0x00,0x03,0x00,0x01,0x10,0x01,0x10,0x01,0x1F,0xFE,0x10,0x00,0x10,0x00,0x00,0x00},/*J*/0*/
main.c(36): warning: #177-D: variable "t" was declared but never referenced
u16 t;
main.c(37): warning: #177-D: variable "len" was declared but never referenced
u16 len;
main.c(38): warning: #177-D: variable "times" was declared but never referenced
u16 times=0;
main.c: 3 warnings, 11 errors
"..\OBJ\USART.axf" - 11 Error(s), 3 Warning(s).
Target not created.
Build Time Elapsed: 00:00:01