This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Invalid Exception Class

When debugging my bare metal app I'm getting an exception I don't understand.

The processor is the Cortex-A53

The Exception occurs on "str q0, [sp, #96]"

When reading ESR_EL1 i get 0x1FE00000

so, the exception class is 0b111111

which is reserved for future use.