Other Parts Discussed in Thread: HALCOGEN
I found myself wanting to use the RTI driver to program/access the 2nd freerunning counter while letting FreeRTOS use the first one. A little digging and I notice that HalCodeGen is configured *not* to generate the RTI driver if FreeRTOS is being used, and FreeRTOS directly configures the RTI.
Is there a reason for this? Ideally FreeRTOS should force the generation of the RTI drive and use it. But maybe I'm missing something.