I'm learning to port FreeRTOS to my STM32F407, but I'm running into problems with HAL initializing TIM2.After HAL_OK the program is supposed to enable TIM2IRQ via NVIC_EnableIRQ(), but the operation of writing to NVIC->ISER doesn't seem to work.NVIC-...