STM32F030低功耗

Posted challenge1230

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了STM32F030低功耗相关的知识,希望对你有一定的参考价值。

1.低功耗模式类型

功耗由高到低:

sleep mode

进入:CPU时钟停止,外设工作,IO保持

唤醒:唤醒耗时最少

可由中断和外部事件唤醒

 

stop mode

进入:所有时钟停止,寄存器及SRAM内容保持,IO保持。

唤醒:HSI作为系统始终

可由中断和外部事件唤醒

 

standby mode

进入:1.8V电源关断

唤醒:除Power control/status register (PWR_CSR),其它寄存器均复位。

WKUP pin rising edge, RTC alarm event’s rising edge, external Reset in
NRST pin, IWDG Reset.

I/O states in Standby mode
In Standby mode, all I/O pins are high impedance except:
? Reset pad (still available)
? PC13, PC14 and PC15 if configured by RTC or LSE
? WKUPx pins

以上是关于STM32F030低功耗的主要内容,如果未能解决你的问题,请参考以下文章

STM32F103低功耗与IO唤醒

STM32F429第23章 ThreadX低功耗之tickless模式

STM32的低功耗设置

STM32与FreeRTOS实现低功耗

FreeRTOS 低功耗之睡眠模式

第23章 RTX 低功耗之待机模式