Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello,
The PMIC configuration in SYSCONFIG doesn't contain much:
The code just enables the LDOs through pmic_power.c.
However, I noticed that there are many more PMIC features in the SDK that are unused:
I am interested in enabling the watchdog.
Q1 : Is it your intention to expand the SYSCONFIG options to include watchdog functions? If so, do you know when this might be available?
Q2: If I wanted to configure the watchdog myself today, can I use the files above from my application code? i.e. pmic_wdg.c
Thank you.