In this use case, the WDT is configured for:
The use case enables the WDT in interrupt mode, and resets it after 25 ms to prevent wdt interrupt to get triggered after period of 32 ms.
For the setup code of this use case to work, the following must be added to the project:
Add to application initialization:
Add to, e.g., main loop in application C-file: