Repeatition counter problem in STM32G431RB DISCO + CubeIDE
Hello.
There are some problems with the repeatition counter (TIMX_RCR).
The problem occurs when I enable the OPM setting to use the feature and enter a 16 bit value in the RepetitionCounter setting.
I think that it is correct to change uint8_t RepetitionCounter declared in LL_TIM_InitTypeDef structure to uint16_t.
I'm a newcomer, so I don't know if it's right to report a bug here.
I wish somebody moved it to a suitable place.
Thank you.