Stack size calc
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
Keith, unless you have some sort of MMU you're solution is un-implementable.
You also have to worry about where the Allocate() is going to find the
memory. Usually these are the items which will collide in a single-tasking
system. While it is possible to have one (1) such 'restricted only by
memory/addressing considerations' memory region in a system, it is difficult
to have many.