Hi TI support,
i want to avitve the Watchdog of TCAN1146, here is the flowchat of cofig the register
1.set WD_CONFIG_1 Register (Address = 13h) value to 0x00 to disable watchdog
2.set WD_CONFIG_1 Register (Address = 13h) value to 0x70 , Watchdog configuration = Timeout mode,Watchdog prescaler = Factor 4 ,Immediate trigger on each WD event, Turns off INH for 300 ms and sets WD interrupt
3.set WD_CONFIG_2 Register (Address = 14h) value to 0xA0,
4.set DEVICE_CONFIG1 Register (Address = 1Ah) value to 0x14
5. set DEVICE_CONFIG2 Register (Address = 1Bh) value to 0x02
6. set WD_INPUT_TRIG Register (Address = 15h) value to 0xFF to trigger WD.
the WD does work., is anything I missed?