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 confugured minimum stack size.
Copyright © 1988-2008 OAR Corporation