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.

TMS570LS3137: FreeRTOS not using RTI driver

Part Number: TMS570LS3137
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.