HRTIM fault clearing
Hi,
I'm thinking what is the right way to clear HRTIM interrupt status register (HRTIM_ISR) bits?
In the description of the HRTIM_ISR register STM32G4 reference manual (RM0440 Rev 8 page 1041) says: This bit is set by hardware when fault 1 event occurs. It is cleared by software writing it at 1.
This gives the impression that you can clear HRTIM_ISR bits by writing to this register (HRTIM_ISR)
Then again bits of this register are read only ('r')?
Then we also have HRTIM interrupt clear register (HRTIM_ICR) (RM0440 Rev 8 page 1042) where we have separate bits to clear HRTIM_ISR bits.
So, which is the right way to clear HRTIM_ISR bits? Or can you clear these bits both ways?
