Hello Team,
I set Charger safety timer is 3H for a test after 3H charger stopped, but SAFETY_TMR_FAULT_FLAG is not set to 1. As figure below.
If we want to get the sign when safety timer expires, how to deal with this register?
Also I have some guessing and questions below, Please help comments.
1. From the figure above, Mask3 register is 0xde as the figure, it is 1101 1110, SAFETY_TMR_FAULT_M ASK is 0, so it means the interrupt is Masked, so the interrupt will never send. How about the register, will the register also mask and will never change?
2.Interrupt trigger based on status bit change is rising edge, does this mean the interrupt will send during this bit rising edge?
3. I guess the Safety tmr fault flag is be cleared, but I'm not sure when it be cleared, could you give your suggestions.
Thank you very much.