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.

C2000: access frame size from C?

Hi all,

Is there a way to access the frame size of a function from C in the C2000 compiler?

Of course I can manually count the local variables, but this is error-prone and I would like to have this done automatically.