Tool/software:
Does changing the NMIWDPRD register value at initialization resets the system as stated in the data sheet?
I want to initialize the NMIWDPRD with values other than 0XFFFF at initialization of my application without inducing NMIRSn.

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Does changing the NMIWDPRD register value at initialization resets the system as stated in the data sheet?
I want to initialize the NMIWDPRD with values other than 0XFFFF at initialization of my application without inducing NMIRSn.

No, just doing initialization should not cause the reset. If there is NMI then NMIWD counter will increment and if that count value is more than the value you have initialized then only it'll cause reset.