This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843: stacksize

Part Number: IWR6843

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?

  • Hello,

    This will depend on whether you are using wall mounted people counting or overhead people counting.  If you run the program from code composer studio it will tell you the memory availability after starting the sensor, and should tell you where the sensor crashes if you are using too much memory. For the memory requirements of the 3D people counting demo, please see the below resource. Section 7 has the memory allocation.

    3D_people_counting_demo_implementation_guide.pdf

    Regards,

    Jackson