#include <nitro/os.h>
void OS_SetIrqStackCkecker( void );
None.
None.
This function sets up data used to check for stack overflow of the IRQ mode stack.
Sets the data to check for stack overflow at the top and bottom of the IRQ stack. Also, you can find out if this part has been used at least once by checking if it has been rewritten.. The function OS_CheckIrqStack()
is used for checking.
Since this function is called from within OS_Init()
, there is no need to call it when OS_Init()
is called.
OS_SetIrqStackWarningOffset, OS_GetIrqStackStatus, OS_CheckIrqStack
07/19/2005 Initial version.