STM32H753XIH6, can't get HAL_HRTIM_Compare1EventCallback to trigger, can anyone help me?
Hi,For a project I'm working on I need to use the HRTIM timer. This is atimer I haven't used before and I can’t seem to get theHAL_HRTIM_Compare1EventCallback to trigger. The ‘normal’HAL_HRTIM_RepetitionEventCallback works so the timer runs (tested W...