guys. How cortex pipeline is working during step by step debugging? I can see registers and memory are changing every single step when using debugger. Does debugger commands to flush pipeline every single step to synch its mem,reg,peri status? or emulate fetched opcode's expected outcome? Sometimes I encoutered async exception due to instruction fetched a few step before. <= It gives me confusion when debugging.. Any comments would be appreciated
Thanks