WDG怎么第二次设置timeouts
-
Hi:
问题1:
const wdg_user_config_t wdg_config0 = {
.clockSource=WDG_SIRC_CLOCK,
.opMode={
.deepsleep=false,
.debug=false,
},
.updateEnable=true,
.intEnable=false,
.winEnable=false,
.windowValue=0,
.timeoutValue=24000000,
.apbErrorResetEnable=0,
};
这是2s的timeout设置,运行正常,如果不trigger,2s会复位一次。
但是如果我想设置成200ms就不成功。WDG_DRV_SetTimeout(0, fastValue);
base->TOVR, TOVR的内容有更新。问题2:WDG可以disable吗
快速上手云途开发生态
发帖前请查看
帮助改进和优化YT CONFIG TOOL,有机会抽取YTM32B1ME0 EVB哦...