STM32H750XB_RT-THREAD/42-PWR—电源管理/PWR—停止模式/必读说明.txt
2025-07-21 14:34:29 +08:00

36 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*********************************************************************************************/
-工程名称PVD电源监控
-实验平台: 野火 STM32H750 开发板
-MDK版本5.25
-ST固件库版本1.5.0
【 !】功能简介:
使用PVD电源监控功能
【 !!】注意事项:
使用可调电源给实验板供电,其它电源线都拔掉(包括下载器、USB线)
【 !】实验操作:
1.使用外部可调电源调节成5V输出连接到实验板引出的 5V<--->GND排针给板子供电
2.复位实验板电压正常时板子上的LED彩灯应为绿色
3.向下调节可调电源的电压大约当降至4V的时候LED彩灯会转为红色。
程序中控制PVD监控电压约为2.8V,当5V电源降至4V的时候连接STM32的VDD电源(3.3V电源)会低于2.8V产生PVD事件在中断中控制亮红灯
/*********************************************************************************************/
【*】 版本
-程序版本1.0
-发布日期2017-8
-版本更新说明:首次发布
/*********************************************************************************************/
【*】 联系我们
-秉火论坛 :http://www.firebbs.cn
-淘宝店铺 :http://firestm32.taobao.com
/*********************************************************************************************/