2024-06-28 01:14 PM
I believe there is an error in the STM32G4 Series Reference Manual regarding the width of TIMx_ARR for timers 3 and 4.
The reference manual shows a width of 20 bits for TIMx_ARR for timers 3 and 4, below.
However, both TIM3 and TIM4 are 16-bit timers, as shown below.
The following experiment on STM32G4 hardware aligns with the 16-bit understanding.
On STM32G4 series, for timers 3 and 4, is the width of TIMx_ARR 16 bits or 20 bits?
Solved! Go to Solution.
2024-06-28 01:46 PM
It is up to you. 16bits in "non dithering" mode. Additional 4 bits is used in Dithering mode.
2024-06-28 01:46 PM
It is up to you. 16bits in "non dithering" mode. Additional 4 bits is used in Dithering mode.
2024-07-01 05:31 AM
Thank you for the clarification.