STM32G491 and BOOT_LOCK
STM32G491KEU3 on custom board. Using STM32CubeProgrammer to read/change option bytes.
With BOOT_LOCK unchecked I use STM32CubeIDE to flash and debug my project. However SysTick_Handler() is never called, so HAL_GetTick() always returns the same value (zero).
With BOOT_LOCK checked, HAL_GetTick() returns incrementing tick counts as expected.
I thought I understood the ref manual description of BOOT_LOCK. Does BOOT_LOCK do other things?
