Hi Sanket and thanks for your answer!
I've tried to write (0) to EXAMPLE_DISABLE_WDOG_RESET_FUNCTION but it didn't help.
The output I see is:
System reset by: Software Reset!
- 2.Testing system reset by WDOG timeout.
--- wdog Init done---
and the system just get "stuck" (the while (1) {} part) but but the reset never occurs.
The DEMO_WDOG_BASE is set to WDOG1.
The processor that I'm using is Cortex-M4 on SOM dart mx8m mini
Thank you!