Hi,
R52 EDECR.RCE bit is the "Reset Catch debug event enabled" function, and after reset, core will halt before execute first instruction.
But our design have internal rom code, and after power up, the first instruction is in the rom region, after rom code exit, PC will jump to user code in flash region. In this condition, if EDECR.RCE is set before device system reset, after reset, where the core will be halted? ROM or Flash?
If core will halt in the ROM region, what design should be implementation to keep core halted in Flash?
If core will halt in the Flash region, how does it realize this function?