stm32 에서 gpio 핸들러에다가 stop mode 들어가게 해놨더니 작동안되서 찾아보니
main thread에서 stop이 들어가야 작동한다고 한다.
flag 세워주고 main loop에서 처리하면 끝
[링크 : https://community.st.com/t5/stm32-mcus-products/enter-exit-stop-mode-with-one-gpio-pin/td-p/621929]
'embeded > Cortex-M3 STM' 카테고리의 다른 글
stm32 timer로 gpio 토글하기 (0) | 2025.06.05 |
---|---|
stm32 pwm interrupt (0) | 2025.06.02 |
stm32 boot loader(shipping) (0) | 2025.05.13 |
stm32flash (0) | 2025.05.08 |
stm32 timer로 gpio 에 연결된 led on/off (0) | 2025.03.26 |