STM32F030F4P6 Enter in standby mode without SysTick
Posted on February 24, 2016 at 07:55When disable://if (SysTick_Config(SystemCoreClock/2000-1))//{ while(1){;} }Then STM32 entering and exiting in standby mode. When not disable previous code, then STM32 do not enter in standby mode.When enable previ...