The worst-case stack usage by interrupt service routines must be taken into account when designing an application. If the processor supports interrupt nesting, the stack usage must include the deepest nest level. The worst-case stack usage must account for the following requirements:
The size of the interrupt stack must be greater than
or equal to the constant RTEMS.MINIMUM_STACK_SIZE
.
Copyright © 1988-2003 OAR Corporation