User Activity

I try to measure frequency and duty of a PWM input signal with an STM32G474. For this i have selected the combined channels option "PWM input on CH2" for Timer 15 in CubeMX. The measurement works well, as long as the input signal is not to slow. When...
Controller is STM32G4CETx , Flash is configured to use dual bank mode.I have checked the errate sheet issue 2.2.2 about problems with the data cache in this situation, but it is still not clear to me, why stepping over the __ISB instruction causes a ...