How ARM system mode is useful in nested interrupt?
问题 Can someone explain me, how exactly system mode works when we have nested interrupt ? As per ARM site ARMv4 and later architectures include a privileged mode called System mode, to overcome this problem. System mode shares the same registers as User mode, it can run tasks that require privileged access, and exceptions no longer overwrite the link register. So how system mode make use of registers of User mode ? And upto what hierarchy level nested interrupts can be handled? 回答1: Trying to