Other Parts Discussed in Thread: HALCOGEN, TMDX570LC43HDK
Hello,
I have a problem with the example dwwd code from C:\ti\Hercules\HALCoGen\v04.07.01\examples\TMS570LC43x\example_dwwd.c.
In its original form with Generate_NMI being passed to dwwdInit() it appears to work correctly.
However, I have changed it to pass Generate_Reset to dwwdInit().
Now, after the first reset occurs and the software restarts it reaches the call to dwdCounterEnable(rtiREG1) and resets again.
It then resets when it calls dwdCounterEnable(rtiREG1) indefinitely.
Why does it behave in this way?
How can I stop these repeated resets?
Thank you.