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.