RTEMS Logo

RTEMS 4.6.5 On-Line Library


Board Support Packages Interrupt Stack Requirements

PREV UP NEXT Bookshelf RTEMS C User's Guide

20.2.1: Interrupt Stack Requirements

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.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2004 OAR Corporation