本帖最后由 motor666 于 2015-6-11 23:19 编辑
我做的STM32F030项目,已经 #include "stm32f0xx.h" , 在配置中断的时候,定义 NVIC_InitTypeDef NVIC_InitStructure; 编译后出现:..\Output\UPL_液晶显示.axf: Error: L6218E: Undefined symbol NVIC_Init (referred from main.o).
意思是 NVIC_Init 这个结构体未定义,要 include 什么头文件才能有 NVIC_Init 呢?
|