-
Thanks,
Do the Idle task and the interrupts share the same stack? How do I make it larger?
Yes, I do use a lot of interrupt handling on top of freertos.
2009-06-13 20:59:07 UTC in FreeRTOS Real Time Kernel
-
Hi,
To make sure everything is OK during development, I use the stack overflow hook. However, my Idle task stack is overflowing.
Code:
void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed portCHAR *pcTaskName )
{
uart1_puts("Stack overflow! ");
uart1_puts(pcTaskName);
uart1_puts("\n\r");
}
Result:
06/13/2009 21:38:52.078 --> Stack...
2009-06-13 20:46:15 UTC in FreeRTOS Real Time Kernel
-
tpycke committed patchset 150 of module beheerder to the fractal gallery CVS repository, changing 7 files.
2003-06-06 11:02:53 UTC in fractal gallery
-
tpycke committed patchset 138 of module beheerder to the fractal gallery CVS repository, changing 3 files.
2003-05-22 11:23:05 UTC in fractal gallery
-
tpycke committed patchset 136 of module beheerder to the fractal gallery CVS repository, changing 1 files.
2003-05-19 18:46:50 UTC in fractal gallery
-
tpycke committed patchset 134 of module beheerder to the fractal gallery CVS repository, changing 9 files.
2003-05-18 21:07:26 UTC in fractal gallery
-
tpycke committed patchset 128 of module beheerder to the fractal gallery CVS repository, changing 6 files.
2003-05-17 19:21:40 UTC in fractal gallery
-
tpycke committed patchset 125 of module beheerder to the fractal gallery CVS repository, changing 1 files.
2003-05-14 07:43:09 UTC in fractal gallery
-
tpycke committed patchset 121 of module beheerder to the fractal gallery CVS repository, changing 6 files.
2003-05-13 08:50:38 UTC in fractal gallery
-
tpycke committed patchset 101 of module beheerder to the fractal gallery CVS repository, changing 3 files.
2003-05-08 20:49:26 UTC in fractal gallery