Thank you Edward,
Just note: COP watchdog must be initialized prior such write.
So, for example CPMUCOP=0x01; will initialize COP. After that we could write to CPMUCRMCOP register for MCU reset.
Important note: some bits in CPMUCOP register could be written just once in normal mode. So, you should write to CPMUCOP just once in your code otherwise second write will be ignored.
Second theoretical option: You could invoke Illegal address reset by accessing unimplemented memory range however I would like to recommend use rather first option (COP reset).
I hope it helps you.
Have a great day,
RadekS
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------