Eextended Deep Sleep DSP
你好对话!
我们希望为DSP启用深度睡眠模式,我们已在KEL项目中更改了user_config.h上的配置值
const static sleep_state_t app_default_sleep_mode = arch_ext_sleep_on;
此外,我们还在config_basic.h中禁用了调试模式
#undef cfg_development_debug.
在ysel_periph_setup.h上,我们已更改为:
#define cfg_uart_hw_flow_ctrl.
#undef CFG_UART_HW_FLOW_CTRL