Part Number: TMS570LS3137
Hello
I see the paper of tps65381 5.4.12
open time min=126*0.55*0.95=65ms
close time min=32*0.55*0.95=16.72ms
but I use the ti demo
uint16_t OPEN_WINDOW_CONFIG = 40U;
uint16_t CLOSE_WINDOW_CONFIG =15U;
ecmpInit();
ecmpUnLockRegisters();
while (ecmpIfGetRegister(ECMP_SAFETY_STATUS5) != 7);
ecmpWdgWindowConfig(OPEN_WINDOW_CONFIG, CLOSE_WINDOW_CONFIG);
open time 40ms close 15ms this code can run normal.
why isnot consistent with paper??