Hi.
I'm using HALCOGEN TMS570LC4357ZWT_FREERTOS template. This template has full control over rti module and doesn't allow to setup 1..3 compare modules, which aren't used by RTOS kernel. I didn't find any clean way to setup any of left compare signals, it cannot be done by user function before because of non-OR expression:
/* Enable the compare 0 interrupt. */ portRTI_SETINTENA_REG = 0x00000001U;
I guess that it can be done in user defined rtos thread but it is not best way. Why HALCOGEN disables 1..3 rti compare signals?