challenge1230

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

分类:

技术点:

相关文章:

  • 2022-01-11
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-09-01
  • 2022-12-23
  • 2021-09-05
猜你喜欢
  • 2022-01-03
  • 2021-04-19
  • 2021-07-07
  • 2021-08-13
  • 2021-10-14
  • 2022-03-11
相关资源
相似解决方案