Hi,
I use am335x and based on Linux OS.
I coding API with CCSV5.
Can I insert assembly code in the c program?
I want to improve executing efficient for my API.
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.
GCC (the default compiler in BSP) supports inline assembly code.
Take a look in the following link:
http://www.ethernut.de/en/documents/arm-inline-asm.html