Advertisement

STM32入门课程之三——点亮一个小LED灯泡(通过直接访问地址)

阅读量:

启动文件

STM32F103ZET6属于大容量型号的芯片,因此在进行初始化配置时,应选用startup_stm32f10x_hd.s作为对应的启动文件
stm32启动文件的选择.

完成添加操作后执行编译过程,系统将提示出现错误信息:

复制代码
    Rebuild target 'Target 1'
    compiling main.c...
    main.c(11): warning:  #1-D: last line of file ends without a newline
      //}
    main.c: 1 warning, 0 errors
    assembling startup_stm32f10x_hd.s...
    linking...
    .\Objects\Project.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f10x_hd.o).
    Not enough information to list image symbols.
    Finished: 1 

全部评论 (0)

还没有任何评论哟~