Hi All.
Does ARMv8-A has something similar to VC_CORERESET bit in Debug Exception and Monitor Control Register of ARMv8-M ; which enables halt on reset vector on warm reset?Or is there any other method to halt the ARMv8-A core in reset vector?
An external debugger can set EDECR.RC (reset catch) to request that the PE halts on reset. Since the PE boots into Secure state, you will need Secure debug to be enabled.