Resolved! STM32F103RB program hangs after calling HAL_TIM_Base_Start_IT()
Hello, I am using the NUCLE-F103RB and the STM32CubeIDE for developing and testing code. After my latest code change the program does not return form the below call of HAL_TIM_Base_Start_IT(&htim3)."TEST1" is printed to the terminal, but "TEST2" is n...