Skip to main content
June 16, 2023
Question

HRTIM

  • June 16, 2023
  • 3 replies
  • 1506 views

which registers should I use to set to set the flag in the HRTIM_TIMxISR register 

 

 

O1STAT: Output 1 Status 
Output 1 was active

 

 

 I think this is a normal question, because I see a discrepancy between the documentation and the behavior of the microcontroller. we need the help of a specialist.

This topic has been closed for replies.

3 replies

AScha.3
Super User
June 17, 2023

interrupts are set, when they happen, as in all other cpu also. so HRTIM_TIMxISR is read only.

you can CLEAR it, by setting bits in ->

AScha3_0-1686998020457.png

where is the "discrepancy" in the documentation exactly ? show...

If you feel a post has answered your question, please click on " Best Answer ".
June 27, 2023

stmsupport.png

you misunderstood me. I am trying to make PA9-PA11 into an active state. to check this state, I use the o HRTIM_TIMxISR register. I was asking what actions I should perform in order for PA11 or PA9 to become active and I could see in confirmation of this  

 

O1STAT: Output 1 Status 
Output 1 was active

 

all actions taken together from your documentation do not lead to this. I'm not getting the result I should be getting. this means that the behavior of the microcontroller does not correspond to what is described in the documentation