Question
SysTick code generatd by STM32CubeMX, HAL versus LL drivers
Posted on October 31, 2017 at 19:18
I'm using STM32CubeMX to generate code for a custom STM32L051R8T6 project. SysTick functions as expected when HAL drivers are selected. SysTick does not work if LL drivers are selected. Is there a reason why STM32CubeMX generated SysTick code only works when HAL drivers are selected for 'RCC'?
#systick #hal-versus-ll-drivers