CubeMX and SysTick
Posted on February 02, 2018 at 16:09Why does CubeMX generate the following lines in SystemClock_Config if the HAL timer is set to anything other than SysTick?HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000);/**Configure the Systick */HAL_SYSTICK_CLKS...