As per the datasheet 11.9.11 MCU Error Signal Monitor, While calculating tTMS570_START_TO time, The duration of the start-up time-out window tTMS570_START_TO is set by the SAFETY_ERR_PWM_LMAX register and SAFETY_ERR_PWM_HMAX register setting (tPWM_LOWMAX + tPWM_HIGHMAX).
In SAFETY_ERR_PWM_LMAX_CFG Register, to calculate tTMS570_LOWMAX following formula is used:
tTMS570_LOWMAX = (PWML_MAX[7:0] + 1) × 5 μs, if MCU_ESM_CFG = 0
But in SAFETY_ERR_PWM_HMAX_CFG Register there is no formula for calculating tTMS570_HIGHMAX
Should I use same furmula from tTMS570_LOWMAX?

