Hello,
I changed my stepper driver from RAPS128 to TMC2208 on my RADDS Board, so I had to configure the steps per mm variable in EEPROM from 800 to 100 (RAPS128 were working with 128 microsteps, TMC2208 works with 16 microsteps and does an internal interpolation of a quite high resolution sinus signal for silent movement).
After that EEPROM Change, the watchdog will always reset after the next reboot for a random period of time (several minutes). The behaviour is similar to this thread:
"[DUE] Watchdog keeps resetting after power on for random amount of time"
When I disable the watchdog, the changes of my settings are working fine. I also changed the settings in configuration.h and did a recompile. It will work, until I activate the new settings in EEPROM...