Problem with HAL Timer Interrupt in KEIL MDK v5
Hello guys,i want to program a timer interrupt with HAL in the KEIL MDK v5 IDE. But i get a syntax error in the following line: HAL_TIM_Start_IT(&htim2); I get the following error message:error: expected parameter declaratorerror: expected ')'warnin...