Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f10x_hd.o)

出现的问题在startup_stm32f10x_hd.o也就是startup_stm32f10x_hd.s启动文件中,关于启动文件的介绍参考:http://blog.csdn.net/zhangjikuan/article/details/46619817.net 解决方法:code 屏蔽掉这三条语句blog ;IMPORT SystemInit ;LDR R0, =SystemInit
相关文章
相关标签/搜索