All,
I am looking for a pattern that fetched by the Cortex-R52 triggers an exception in both cases: A32 and T32 instruction sets. Both A32 and T32 instruction sets implement the UDF instruction, but their encoding is different in the case of A32 and T32.
Does this pattern exist?
Thanks in advance,
Rosario
The encoding should react with an exception in both cases: branch target and linear execution.
The background is that I want to fill unused not volatile memory space with this encoding. If by error the software executes an instruction from this unused memory space, an exception should fire.