I generated assembly code with Code Composer Studio to check its output and understand how it works.
However, when I try to add the compiled file into the project, it is full of errors. Am I missing something ?
What is the correct way to add ASM code ?
I attached the generated ASM file. I tried erasing everything but the function called function, but errors remain there.
It has .asm extension, isn't it recognizing it ?
Thank you.