2019-11-23 02:56 AM
CubeMX systick initialization on STM32L100RC (DISCOVERY board) is invalid when used with RCC LL library.
Steps to reproduce:
If I add: HAL_InitTick(TICK_INT_PRIORITY); just after /* USER CODE BEGIN 2 */
in main.c main(), systick is configured properly.