< div class = "字段field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >论坛:,< / div > < div class = "字段条目" > < div class =”field-item甚至“rel = " sioc: has_container " > < a href = " /论坛/ dialog-smartbond-bluetooth-low-energy - % E2 % 80% 93 -软件”“=“sioc:容器sioc:论坛”属性= " rdfs: label skos: prefLabel”数据类型= " " >对话框Smartbond蓝牙低能量-软件< / > < / div > < / div > < / div > < div class =”字段field-name-body field-type-text-with-summary field-label-hidden”> < div class = "字段条目" > < div class =”field-item甚至“财产=“内容:编码”> < p >基于项目“DA1458x_DSPS_v_5.150.2”,我只是修改了一些配置,看看下面的:“user_config.h”< br / > const静态sleep_state_t app_default_sleep_mode = ARCH_SLEEP_OFF; < / p > < p >静态常量struct default_handlers_configuration user_default_hnd_conf = {< br / > / /配置默认处理程序使用的广告操作< br / > / /可能值:< br / > / / - DEF_ADV_FOREVER < br / > / / - DEF_ADV_WITH_TIMEOUT < br / > .adv_scenario =DEF_ADV_WITH_TIMEOUT, //Configure the advertise period in case of DEF_ADV_WITH_TIMEOUT.
//It is measured in timer units (10ms). Use MS_TO_TIMERUNITS macro to convert
//from milliseconds (ms) to timer units.
.advertise_period = MS_TO_TIMERUNITS(10000),
//Configure the security start operation of the default handlers
//if the security is enabled (CFG_APP_SECURITY)
.security_request_scenario = DEF_SEC_REQ_NEVER
};
2. “da1458x_config_basic.h”
#define CFG_WDOG
#undef CFG_MEM_MAP_EXT_SLEEP
#undef CFG_MEM_MAP_DEEP_SLEEP
#define CFG_DEVELOPMENT_DEBUG
Then I begin to debug, after 10s , the program will go into the function that is NMI_HandlerC().
Why it it go into NMI_HandlerC() ?
Please help me, thanks!