Hi, I'm making a simple firmware to measure the frequency of some clocks, I'm using a timer IC + DMA, like this:HAL_TIM_IC_Start_DMA(&htim1, TIM_CHANNEL_1, CH1_captures, 2);Then in the callback I do this:void HAL_TIM_IC_CaptureCallback(TIM_HandleType...