Other Parts Discussed in Thread: TDA4VL
Tool/software:
Hi expert,
Now I try to integrate TPS6594 WDG driver into TDA4VL SDK,the watchdog will work in Q&A mode.My SDK version is pdk_j721s2_08_05_00_36,and I found the driver of TPS594 in packages/ti/drv/PMIC.
Q1: How to integrare the WDG driver? Is the PMlC driver imported correctly as follows?
1.Pmic_init()
2.Pmic_wdgSetCfg()
3.Pmic_wdgStartQaSequence()
4. call Pmic_wdgQaSequenceWriteAnswer() four times in every feed cycle
Q2: Pmic_wdgQaSequenceWriteAnswer() need access I2C multi times. can I read WD_QUESTION then search question table to get answer directory in every feed cycle?
best regards!
wl.wang