Question
TIM macros
My programming level is initial. Breaks with STM32L432KC.
I would like to use the dynamic change of the TIMx period as soon as the TIMx Interruption from the previous period. How to practically use the _HAL_TIM_SET_AUTOREOLAD macro to load a new value(randdom generated) into ARR. At the same time I would like to do it with two TIM6 and TIM7 with different period values.
Thanks in advance.