Hi,
I am using a Tiva Microcontroller to control UCD90120A. I have two questions to ask
1.
STATUS_WORD register has a POWER_GOOD# filed (11th bit)... what does this signify?? The scope of status word is "Common"".... So it does not represent any particular rail......
My aim was to track the PowerGood status of each monitoring rail , rather than calculating the Vout values from concerned registers and then compare to determine the pwr_good status. This way i could avoid many over heads in uC..... How to do this??....I am expecting to know the current status of the rail rather than logged faults...
2.
WDT timer i want to use the one available in UCD..... But would like to disable it initially for a said event(not time based) and then start....So I thought of avoiding configuring WDT in UCD image ....and Configure it on the fly...Is this method correct??....Is there any means of disabling watchdog and enable it at your convenience??....