Hi
Is it mandatory for the A9 core to be aborted before writing to an address or a core register?
we noticed that if we attempt to write to a register or any address while the core is running the writing is performed successfully however the core state is halted.
We also see that if interrupts were enabled in the CPSR register, after the write the CPSR interrupt state is now disabled.
We are using jlink SDK for Core\Host communication. The workaround we found is to add Abort before each operation and run afterwards.
Is this the expected behavior?
Thanks!
Hila