Tool/software: TI-RTOS
We have configured the pin B26 (xref_clk2) as timer15(mode 10) to use in Cortex M4 running TI RTOS. Which we need to use as input timer to calculate the frequency.
But when I add a timer from SYS/BIOS in CCS, there is no option to register timer ISR callback for Timer id 15. In CCS it list only Timer Id ANY or Timer Id 0 to 8.
Please let me know whether it is possible to use TImer15 in Cortex M4 running TI RTOS? And How to configure to use the same?