Hello Manfred Eggersdorf,
Thank you for your details.
I already test the KSDK2.2-TWR-KM34Z75M freertos code about the watchdog, the watchdog works on my side.
Now, let's use the same code, and follow my way to test it:
1. Download the newest ksdk sample code for KM34 chip.
Welcome to MCUXpresso | MCUXpresso Config Tools
SDK Builder, choose the board as TWR-KM34Z75M, then generate the code and download it.
2. Open the freertos code, the code path which I used is : SDK_2.2_TWR-KM34Z75M\boards\twrkm34z75m\rtos_examples\freertos_hello\kds
3. modify the code
1) don't disable the watchdog after reset
system_MKM34Z7.h, line 84, define disable_wdog as 0.

2) Run the code, you will find it always in the reset handler
Check the register:





You can find the RCM_SRS0[WDOG] =1, it means the reset is caused by the watchdog, so the watchdog works.
You can follow my steps and test the ksdk2.2 freertos code in the twr-km34z75m board at first, after it works, you can test it on your own board.
The watchdog in MKM34Z256VLQ7 and MKM34Z256VLL7 is the same.
Please test it again, any updated information, please kindly let me know!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------