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.
Codegen Gurus,
The C28x compiler has an intrinsic for setting the TC bit:
__tbit(int src, int bit); // set TC if bit specified of src is 1.
What is the intended use of the intrinsic? i don't see a way to do anything else with the TC bit from C - for example there is no conditional branch that uses TC as its test?
-Lori