why would SetSysClock enable the HSE for stm32L1x
Posted on March 24, 2016 at 21:46I am developing a low power application for the stm32L151RC and after a lot of debugging noticed that the system_stm32l1xx.c file does a RCC->CR |= ((uint32_t)RCC_CR_HSEON);Why would it do that. Why not just continu...