HAL_MspInit 在stm32f4xx_hal_msp_template.o和stm32f4xx_hal_msp.o重复定义

2019-07-20 15:46发布


按照《STM32F429开发指南(HAL库版)》第三章创建一个Hal库工程,编译发现有这个报错。

..OBJ emplate.axf: Error: L6200E: Symbol HAL_MspInit multiply defined (by stm32f4xx_hal_msp_template.o and stm32f4xx_hal_msp.o).
..OBJ emplate.axf: Error: L6200E: Symbol HAL_MspDeInit multiply defined (by stm32f4xx_hal_msp_template.o and stm32f4xx_hal_msp.o).

发现是在USER分组中添加了 stm32f4xx_hal_msp.c文件,导致与HALLIB中的stm32f4xx_hal_msp_template.c中两个函数重复定义。


对照讲解整过过程好像我没有出问题,请问是否会出现这种问题?那么这两个文件该如何处理?

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。