We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
0x1fe0.0000 => EC = 000111, IL = 1
oops, apparently I can't count bits. Thank you.