Dual-State Interworking
463
SNIU028A – February 2016 – Revised April 2016
Copyright © 2016, Texas Instruments Incorporated
ARM7TDMI-S MPUSS
Figure 14-2.
It is preferred that the interrupt service routines run in ARM mode in order to minimize the ISR execution
latencies. Interrupts all start out in ARM mode, the interrupt hardware changes the state to ARM mode. It
is preferred to stay in ARM mode even when executing the functions called by any of the interrupt service
routines. These functions are located in the file interrupt.c.
shows the “file specific” build options for the file interrupts.c which includes the interrupt
service routines.