62
372
1354
助理工程师
使用特权
97055650710f9d06f5.png (112.7 KB )
下载附件
2023-9-17 22:45 上传
156746507110981097.png (52.06 KB )
22280650711215349b.png (90.88 KB )
void main() { Init(); while(1) { if(GPIO_ReadInputDataBit(GPIOC, GPIO_Pin_1) == 0) { LED = 0; __WFI(); //*进入睡眠模式 LED = 1; } }
344036507119b4aa71.png (51.04 KB )
2023-9-17 22:47 上传
16721650711b552793.png (141.54 KB )
2023-9-17 22:48 上传
54228650711c90a394.png (158.53 KB )
void main() { while(1) { if(GPIO_ReadInputDataBit(GPIOC, GPIO_Pin_1) == 0) { LED1 = 0; RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR, ENABLE); PWR_EnterSTOPMode(PWR_Regulator_LowPower, PWR_STOPEntry_WFI); LED1 = 1; } }
790186507125c6de89.png (50.28 KB )
2023-9-17 22:51 上传
14086650712641f97a.png (50.28 KB )
693766507127f71d17.png (142.82 KB )
802816507128da48fd.png (86.28 KB )
void main() { Init(); while(1) { if(GPIO_ReadInputDataBit(GPIOC, GPIO_Pin_1) == 0) { LED = 0; RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR, ENABLE); PWR_WakeUpPinCmd(ENABLE); PWR_ClearFlag(PWR_FLAG_WU); PWR_EnterSTANDBYMode(); LED = 1; } }
发表回复 本版积分规则 回帖后跳转到最后一页
扫码关注 21ic 官方微信
扫码关注嵌入式微处理器
扫码关注21ic项目外包
扫码关注21ic视频号
扫码关注21ic抖音号
本站介绍 | 申请友情链接 | 欢迎投稿 | 隐私声明 | 广告业务 | 网站地图 | 联系我们 | 诚聘英才 | 论坛帮助
京公网安备 11010802024343号