我怎么在程序中无法使用外设库?

2019-03-24 16:33发布

#include "lm3s3739.h" #include "hw_sysctl.h"
#include "hw_types.h"
#include "hw_comp.h"
#include "hw_gpio.h"
#include "hw_ints.h"
#include "hw_memmap.h"
#include "hw_nvic.h"
#include "hw_timer.h" 我已经包含了上面的,但是调用SysCtlLDOSet(SYSCTL_LDOPCTL_2_50V);还是报错?是不是还有什么要包含? 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
4条回答
wulei19880906
2019-03-25 02:36
< 有没有把库文件也包含到工程中去,Driverlib.lib这个文件。我是在KEIL中开发的,不知你用的什么。

一周热门 更多>

相关问题

    相关文章