2019-10-08 07:33 AM
I'm working on a project for a battery charger and for safety purposes I want the complementary outputs of the HRTIM to be disabled when the core is halted. On the STM32F334, setting the HRTIM_STOP bit in the DBGMCU register resulted in both the HRTIM counter and the outputs being disabled. However, on my STMG474 the counters stop but the outputs remain active. Note that I am aware that the location of the stop bit has changed.
Should I configure additional registers or is this simply a difference between the F series and the G series?