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.
I would appreciate if someone can point me to documentations or examples on how to call C functions from assembly code.
Regards,
Michael
Hi Michael,
Make a test project in C where you call one function from the other. Under project build make the compiler generate "C and ASM" interlisting files, keep generated .asm files and generate assembly listing files. Then build the project, and check asm, and lst files to see the compiler output in assembly.
Though a thorough reading of "TMS320C28x Optimizing C C++ Compiler User's Guide.pdf" chapter 7 "Run-Time Environment" is mandatory
Regards, Mitja