Hello,
We are using the the mentioned target awr2943 along with the SDK package provided from TI.
We have noticed something related to the Timer behavior included in the package (the Timer Driver TimerP_rti)
According to the data sheet the frequency of the timer is:
This means that the value of ticks to be loaded in the Compare up counter register must always be the time required in ticks - 1. mmwave_mcuplus_sdk_04_04_00_01
However when we checked the driver this is not happening. We checked this against the latest SDK package we got from TI.
We also confirmed this by checking 3 different timers that are configured with different tick times. 1us, 1ms and free running.
Another note: the driver is only configuring timer 0 of all the timer units (A,B or C). The driver doesn't support configuring Timer 1 in any of the units.