Hello,
I am using a C6415T running at 1GHz with Code Composer 5. I have a function that makes 3 PCR register accesses on McBSP1, 1 write and 2 reads. The code currently takes about 440 nsec to run. I believe I have optimized this as far as possible. I'm using -O3 optimization level in code composer and have as few lines of code as possible. I was wondering what the minimum time a peripheral register access should take (from what I'm seeing I'd assume 100-125 nsec) and if the 440 nsec I'm seeing is reasonable as a minimum amount of time assuming I have a few other lines of code clearing and setting bits.
Thanks,
Chris
Signalogic