Question
How do you make a software counter reset on a HRTIM timer?
I'm currently working with the 32F3348DISCOVERY Evalution board, and I'm trying to reset the HRTIM timer A counter by setting bit 9 in the HRTIM_CR2 register.
The timer operates in non-retriggerable single-shot mode.
How do I set the bit to 1 with my code?
I've tried the method described in the following thread, but i can't seem to get it to work.
https://stackoverflow.com/questions/54735239/programing-stm32-like-stm8register-level-gpio/54745719
