For my tiva-c microcontroller I have the watchdog timeout configured to 1 sec. After disable of the watchdog trigger function it takes 2 seconds until a cpu reset occurs. What is the correct configuration to get a cpu reset after 1 second?
The watchdog timer can be configured to generate an interrupt to the processor after its first timeout, and to generate a reset signal after its second timeout. Is there a way to get a cpu reset signal after the first timeout?