Part Number: TMS320C6678
Tool/software: TI C/C++ Compiler
Hi to anybody
I am trying to find a way to use circular addressing through C code with the C6678. If I understand right there
is no support for this in the compiler. So I thought of another way. I know how to update the AMR
register and fix one of the 8 registers that can work with circular addressing to be so.
However I need a way to use that register so I thought to pass a parameter to the routine which is
done on this specific register and then use it as the pointer that will work circularly. My question is
how can I make this register not to be used by the compiler for other purposes and leave it for use
only for my purpose??? Perhaps declare it Volatile??? would that keep the register to be only the pointer I want?
Whatever if someone know about any support of the compiler conecrn operate circular addressing through C I would love to hear it.
Thanx.
Oded