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.
in spru514j.pdf it lists in section 7.2.1 the registers and how they are saved or not. How are the VCU Registers affected? (spruhs1a.pdf) Since it's a special unit are they unused by the C/C++ environment, so can I assume it is okay to use them, and leave them in any state when the assembly routine is complete?
Assembly code generated by the C28x compiler never interacts with the VCU. So you are free to establish your own conventions for VCU registers.
Thanks and regards,
-George