We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I use RTX operating system, STM32F103, I want to enter StopMode. I use library function "PWR_EnterSTOPMode(PWR_Regulator_LowPower, PWR_STOPEntry_WFI);" , but the program jump to
HardFault_Handler\ PROC EXPORT HardFault_Handler [WEAK] B . ENDP
and not enter StopMode. But it can work without RTX. How can I do. Somebody can help? Thanks!