nodic开发工具相关问题

来源:互联网 发布:大数据与建筑 编辑:程序博客网 时间:2024/06/05 13:26

1、开发环境安装。安装完keil后还需要安装nrf51_SDK库,然后把Nordic文件夹拷贝到..\Keil\ARM\Device下。



2、由于内存不足,每次都导致复位


3、没有分配RAM 和 ROM 导致编译出错

.\_build\nrf51422_xxac_s130.axf: error: L6031U: Could not open scatter description file .\_build\nrf51422_xxac_s130.sct: No such file or directory



4、jlinkarm.dll is notcorrectly installed 问题解决:

到官网下载最新的jlink安装包安装即可解决。


https://www.segger.com/downloads/jlink



5、..\user\USER_KEY_AND_LED\user_key_and_led.c(34): error:  #20: identifier "APP_IRQ_PRIORITY_LOW" is undefined


解决办法:

添加头文件 #include "app_util_platform.h"



6、




0 0
原创粉丝点击