STM32L071 can't disable SysTick
Hi,I've got a problem with STM32L071 and SysTick. I got a two programs written for this MCU - bootloader and the main app. The bootloader uses HAL dirven with SysTick. Standard SysTick_Handler() function is responsible for handling the interrupts com...