2024-02-14 07:12 AM
Hi,
it's possible to swap Tim1 and Tim2 to use the example N-pulse waveform generation application example - part 1?
Bests
Pedahl
2024-02-14 09:21 AM
You have to observe the differences between the two timers:
- TIM1 is Advanced timer, so it needs to have TIM1_BDTR.MOE be set for outputs to be enabled
- you would need to use a different DMA channel, see DMA channel mapping in DMA chapter of RM
JW