Using a timer for systick which shares an IRQ with another timer creates a null pointer exception
I useSTM32F205CubeIDE 1.5.0MCU package for STM32F2 V1.9.2I tried to assign systic to timer 14I wanted to use timer8 for something else.I enabled "HAL_REGISTER_CALLBACK" for timers.When the system starts, during "HAL_Init()" timer14 is initialized as ...