Hi all,
Is there a way to create a C-function without frame in the C2000 compiler?
In the GNU C-compiler, you can assign the attribute "_naked_" to a function which prevents the compiler from generating the frame (prologue/epilogue sequences). This must be done via inline-assembler.