embeded/Cortex-M3 STM
stm32 stop mode - main thread
구차니
2025. 5. 29. 10:54
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]