2022-03-09 05:32 AM
I am using the nucleo L476rg and I am not sure to correctly understand the notation in the manual: I want a compare event of a timer to send the DMA request but in the DMA selection register is generally reported TIMx_CHx as request sender.
Considering the TIM2 compare event on channel 1. In the DMA requests tab, must I select the TIM_CH1?
I am not sure that this means that the compare event sends the DMA request. It is only reported as TIM_CH1....when I have the UPdate it is reported as TIM2_UP and I can easily understand.
Solved! Go to Solution.
2022-03-09 05:49 AM
> In the DMA requests tab, must I select the TIM_CH1?
Yes.
The request is coming from the channel compare event. It could perhaps be called TIM_CC1 instead.
2022-03-09 05:49 AM
> In the DMA requests tab, must I select the TIM_CH1?
Yes.
The request is coming from the channel compare event. It could perhaps be called TIM_CC1 instead.
2022-03-09 05:54 AM
Ok thanks for the clarification