블로그 이미지
안녕1999

카테고리

전체 (3067)
자바스크립트 (20)
안드로이드 (14)
WebGL (4)
변비 (17)
정치,경제 (35)
C언어,ARM (162)
컴퓨터(PC, Note Book, 윈.. (41)
전자회로, PCB (27)
유머,안웃긴,GIF,동영상 (118)
국부론60 (71)
모듈(PCB) (3)
건강 (2)
FreeCAD (25)
PADS (43)
퇴직,퇴사,구직,취업 활동 (3)
C# (86)
엑셀 (8)
워드 (0)
LabView (6)
레고 (30)
FPGA (0)
Total
Today
Yesterday

달력

« » 2024.5
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

공지사항

최근에 올라온 글

=================

Compiler version

=================

arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.9.3 20150303 (releas

e) [ARM/embedded-4_9-branch revision 221220]

Copyright (C) 2014 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


macro.h:182:16: error: two or more data types in declaration specifiers

 #define int8_t signed char

                ^ 



Posted by 안녕1999
, |

Cortex-M3 Sleep mode,Stop mode,Standby mode


Sleep mode

======================

- 주변장치는 동작함

- __WFI() 또는 __WFE() 명령으로 진입가능

- 인터럽트 발생시, 깨어남


Stop mode

======================

- 모든 클럭 정지. 레귤레이터는 low power mode로 작동

- SRAM의 데이터는 보존됨

- PWR_EnterSTOPMode(PWR_Regulator_LowPower)명령으로 진입

- EXTI 인터럽트/이벤트로 깨어남


- Standby mode

======================

- 최소 전력소비

- 1.2V 도메인 off

- SRAM 데이터 보존 안됨(사라짐)

- RTC만 동작

- PWR_EnterSTANDBYMode()로 진입

- WKUP pin rising edge, RTC alarm (Alarm A and Alarm B), RTC wakeup,

        tamper event, time-stamp event, external reset in NRST pin, IWDG reset.



일반적으로는 주변장치와 통신을 해야하기 때문에, Sleep mode를 사용하는것이 무난함.

Posted by 안녕1999
, |

최근에 달린 댓글

글 보관함