HI,
In the 3D people counting demo, what is the maximum stack space of the task? I defined a 512-byte local variable in a newly created task.
If you can compile it, you can't run it.
If I comment this local variable, it will work.
Is it due to insufficient stack space?