Additional debug function

Hi Richard, during my first arm project i have had a stack problem: http://sourceforge.net/forum/forum.php?thread_id=1388162&forum_id=382005. Is it possible to add a debug function which returns the current available stack size ? This may simplify the work. What do think about this? Thanks and Regards Rainer Berns

Additional debug function

Take a look at the function usTaskCheckFreeStackSpace() defined in tasks.c.  Regards.