问题描述
升级EXU CPLD时触发了BCU的SEL事件:
9984 | 2000-01-01 13:40:32 | Major | 0x2400000E | Deasserted | CPU board voltage (0.000 V) at 0.9V detection point BCU_V_VCC_0V9 is lower than the undervoltage threshold (0.8 V) (SN:1024C8248379).
9983 | 2000-01-01 13:40:31 | Major | 0x2400000E | Deasserted | CPU board voltage (0.000 V) at 1.8V detection point BCU_V_VCC_1V8 is lower than the undervoltage threshold (1.6 V) (SN:1024C8248343).
9982 | 2000-01-01 13:40:31 | Major | 0x2400000E | Deasserted | CPU board voltage (0.400 V) at 12V detection point BCU_V_12V0_IN_COPPER is lower than the undervoltage threshold (10.8 V) (SN:1024C8248379).
事件配置已经关联了CPU的powergood信号:
"Event_CpuBoard0V9_LowerVoltage": {
"EventKeyId": "CpuBoard.LowerVoltage",
"Condition": 0.8,
"Hysteresis": 0.04,
"LedFaultCode": "b01",
"Reading": "<=/Scanner_R0v9.Value |> expr($1 >= 32767 ? 0.9 : ($1 * 2.5 / 32767))",
"@Default": {
"Reading": 12
},
"OperatorId": 2,
"Enabled": "<=/CPU_1.PowerGood,<=/Component_ComCpu1.Health |> expr(($1 == 1 && $2 == 0) ? 1 : 0)",
"AdditionalInfo": "3",
"DescArg1": "#/Scanner_R0v9.Value |> expr($1 >= 32767 ? 0.9 : ($1 * 2.5 / 32767)) |> string.format('%0.3f', $1)",
"DescArg2": "0.9V",
"DescArg3": "BCU_V_VCC_0V9",
"DescArg4": "0.8",
"Component": "#/Component_CpuBoard"
}
如何解决此类抖动?