Posted on February 27, 2018 at 04:11When I use this function __HAL_TIM_SET_COMPARE(__HANDLE__, __CHANNEL__, __COMPARE__) like this:__HAL_TIM_SET_COMPARE(&htim3,TIM_CHANNEL_2,10);//I should use the '&' with the handle para.what will happen if I use i...