Other Parts Discussed in Thread: SYSCONFIG, , CC1352P7, CC1352P
Tool/software:
Hi there,
I am trying to add a timer to my no-rtos application.
I checked the documentations and found two different driver header files:
https://software-dl.ti.com/simplelink/esd/simplelink_cc13x2_26x2_sdk/4.20.00.35/exports/docs/tidrivers/doxygen/html/_timer_8h.html#ae5309d35d8dfc6b2f0b24c7eec556dec
https://software-dl.ti.com/simplelink/esd/simplelink_cc13x2_26x2_sdk/4.20.00.35/exports/docs/tidrivers/doxygen/html/dir_75307ce843f97782c6014299d4962542.html
In one, the example just includes the header and a few lines of code that results in callback upon timer timeout expiration
I tried this appraoch, I included the header file and added a timer instance in the sysconfig, but the application does not build mainly because it does not recognize the APIs such as Timer_Params_init() , ...
The second link above is talking about the fact that the driver is for TI_RTOS based application.
So, I am wondering if there is a way to create a timer in the no-rtos applications? If so, I'll be thankful to know that, especially if there is an example somewhere that I can use.

