Hi, a few customer questions on tasks...
- Where does the stack space for a task originate? From the system heap? From the stack space of task that creates it? From the heap of the task that creates it?
- What is the meaning of the entry "stackHeap" in the task_Params structure?
- Does the task function require that it's prototype accept two arguments? We have a nominal task structure that accepts either one or no arguments. We've implemented a wrapper function but would like to know if this is necessary.
Thanks,
Travis