I have problem when I launch function with a timer!
Do you know the stack size allowed for function with a timer?
I can’t find any info for stack in the doc on timer usage.
Thank
I have problem when I launch function with a timer!
Do you know the stack size allowed for function with a timer?
I can’t find any info for stack in the doc on timer usage.
Thank
There is no enforced maximum stack size, aside from the fact that you cannot give the thread a stack with a size greater than the total amount of available free RAM.
There is, however, a minimum stack size requirement of 200 bytes.
Cameron
Just a question, how do you set the stack size for a timer (tx_timer_create) function? There is no parameter for that.
-Erik
Erik,
You make a good point. Please pay no attention to the man behind the curtain.
I guess I should make certain that I read the question thoroughly prior to responding. As Erik points out a ThreadX time does not need a stack.
Cameron