Tool/software: Code Composer Studio
Where can i find a TI application note explaining how to mix C code with Assembly code in a project with CCS 10.1 ?
Sincerely, Michele
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.
Tool/software: Code Composer Studio
Where can i find a TI application note explaining how to mix C code with Assembly code in a project with CCS 10.1 ?
Sincerely, Michele
Michele,
You can check C2000 compiler user's guide.
Section 3.4.2 goes over mixing C and assembly code.
I've checked but that section speaks only about Optimization when Mixing C/C++ and Assembly; i'm looking for how to organize the project and special consideration to take in account when mixing
Sincerely Michele
Michele,
Please check following link, Chapter13
C28x Compiler - Understanding Linking
This goes more details on mixing c/assembly. Not on project organization though.
by chance there is some application note with C2000 similar to SLAA140A "Mixing C and Assembler With MSP430™ MCUs" ?
Is this AppNote along with two links I forwarded earlier is good enough for your project. I am not aware another AppNote for C2000 specific devices. If you have any specific question, please let me know, I can loop in compiler team.
Ok Santosh,
i've found other usefull specifications in SPRU514U "TMS320C28x Optimizing C/C++ Compiler v20.8.0.STS" at 7.5 section "Interfacing C and C++ With Assembly Language" and for now they seem enough to be able to try.
Thanks for your support
Sincerely, Michele