I am trying to trigger a functional reset, rather than a destructive reset which is what the standard jlink commander reset function does, on a S32K344 NXP chip through a Jlink and Jlink Commander.
Is this possible to do using only a jlink debugger connected to the MCU through SWD?
The S32K3XX Reference manual calls out the MDMAPCTL registers SYSFUNCRST bit as a method to trigger a system functional reset. However attempting to use this register to trigger a functional reset has not been succeeding.
There is also a table discussing "DAP master address mapping", can this be used along with the `readap` and `writeap` functions in jlink commander to create/verify a functional reset or is there another method to achieve this?
Is this possible to do using only a jlink debugger connected to the MCU through SWD?
The S32K3XX Reference manual calls out the MDMAPCTL registers SYSFUNCRST bit as a method to trigger a system functional reset. However attempting to use this register to trigger a functional reset has not been succeeding.
There is also a table discussing "DAP master address mapping", can this be used along with the `readap` and `writeap` functions in jlink commander to create/verify a functional reset or is there another method to achieve this?