STM32F401RETx HardFault in HAL_Init() for TIM4/TIM5 Timebase source
Hello! I'm working with FreeRTOS for the first time and am getting a HardFault during the call HAL_NVIC_EnableIRQ(TIM4_IRQn); call inside of HAL_InitTick(); from HAL_Init();I am currently testing with a Nucleo board with MCU STM32F401RET6U and have c...