how to clear alarm flags

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Mmmmmm
Level 3
Level 3
50 sign-ins 25 sign-ins 25 replies posted

how to clear alarm flags ? from AG0 to AG11

Mmmmmm_0-1671688844176.png

 

0 Likes
1 Solution
Jeremy_Z
Moderator
Moderator
Moderator
1000 replies posted 250 sign-ins 100 likes received

Hi @Mmmmmm ,
Maybe you can try to use IfxSmu_setAlarmStatus() to generate one of the above alarms via a purely software-driven way, then check the IfxSmu_clearAlarmStatus() whether can clear the flag, as it can eliminate any unpredicted interferes.
BR,
Jeremy

 

View solution in original post

0 Likes
3 Replies
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

You can start from this example.

0 Likes
Mmmmmm
Level 3
Level 3
50 sign-ins 25 sign-ins 25 replies posted

IfxSmu_clearAlarmStatus doesn't clear alarm status bits like AG0[4],AG0[7],AG0[10],AG0[11]

0 Likes
Jeremy_Z
Moderator
Moderator
Moderator
1000 replies posted 250 sign-ins 100 likes received

Hi @Mmmmmm ,
Maybe you can try to use IfxSmu_setAlarmStatus() to generate one of the above alarms via a purely software-driven way, then check the IfxSmu_clearAlarmStatus() whether can clear the flag, as it can eliminate any unpredicted interferes.
BR,
Jeremy

 

0 Likes