Hi,
How can I trigger a warm reset on the Cortex-R52?
I found the following description in Arm DynamIQ Shared Unit Technical Reference Manual:
To reset a core and change Execution state from software, a Warm reset request can be made by setting the RR bit of the RMR system register (from AArch32) or the RMR_EL3 register (from AArch64). Following the register write and executing a WFI instruction, the cluster automatically resets the core without requiring any action by the external reset controller. The hardware automatically cleans and invalidates all the caches and safely disconnects the core from cluster before the reset is asserted.
WFI
Does this method also apply to the CR52?