Hi,
When i power on a ARM cortex A57, How many of the 4 Exception levels will be supported?
How can i set such that only exception levels EL0 and EL1 are supported in my program? How can i activate each exception levels?
I have to set it such that normally the app should work on EL0 and when an exception occurs, it should go to EL1. How can i do that?
regards,
Ajeesh