您的位置:控制工程论坛网论坛 » 教程与手册 » STM32固件库问题

米小思

米小思   |   当前状态:离线

总积分:164  2024年可用积分:0

注册时间: 2008-05-13

最后登录时间: 2008-08-16

空间 发短消息加为好友

STM32固件库问题

米小思  发表于 2008/8/6 16:34:00      3100 查看 0 回复  [上一主题]  [下一主题]

手机阅读

Build target 'Target 1'
compiling stm32f10x_nvic.c...
linking...
MyProject.axf: Error: L6218E: Undefined symbol __BASEPRICONFIG (referred from stm32f10x_nvic.o).
MyProject.axf: Error: L6218E: Undefined symbol __GetBASEPRI (referred from stm32f10x_nvic.o).
MyProject.axf: Error: L6218E: Undefined symbol __RESETFAULTMASK (referred from stm32f10x_nvic.o).
MyProject.axf: Error: L6218E: Undefined symbol __RESETPRIMASK (referred from stm32f10x_nvic.o).
MyProject.axf: Error: L6218E: Undefined symbol __SETFAULTMASK (referred from stm32f10x_nvic.o).
MyProject.axf: Error: L6218E: Undefined symbol __SETPRIMASK (referred from stm32f10x_nvic.o).
Target not created
我在测试一个SPI的程序,需要用到stm32f10x_nvic.c这个源文件,但出现很多未定义的错误,不知为何,难道固件库本身有问题?
望大虾指教,谢谢了。

1楼 0 0 回复