I need high-resolution continuously running counter.
According to datasheet C6745 has not EMUCNT0/EMUCNT1 in PLL. But if I saw registers in memory at address 0x1C111EC/0x1C111F0 (the addresses correspond to C6748 and OMAP), then I found that 32 bit counter (EMUCNT1 at 0x1C111F0) works as described in section "PLLC Registers" TMS320C6745/C6747 DSP System Reference Guide (SPRUFK4D). i.e. after I wrote something to EMUCNT1, the counter starts continuously count. The achieved behavior contradicts with the documentation.
I would like to know whether it would be correct to use EMUCNT1 as high-resolution continuously running counter.