LL_Init1msTick disables SysTick interrupt
Posted on December 01, 2017 at 21:45I recently generated code for a project using STM32CubeMX which used mixed LL and HAL drivers (HAL only for USB). At the beginning of main the generated code calls HAL_Init, which is all well and good, but then la...