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.

The stack is aligned at function boundary

The TMS320C28x Compiler (v6.1) user guide (SPRU514E) says in section 7.3 "Function Structure and Calling Conventions"

"The stack is aligned at function boundary"

What does this mean?

To me "function boundary" would mean the memory that holds the function (Flash for my code)

Regards.