Other Parts Discussed in Thread: CC1350
Hello,
i am absolutely new to TIRTOS, just getting started with it in context of the BLE stack for CC1350.
I am trying to port an application thats was originally written for MSP430 and didn't use any RTOS. It just had a timer interrupt configured that produced a tick every 1 millisecond. Inside the tick, counters got updated and timing was performed based on the value of the counters.
What is the correct approach to fully utilize TIRTOS for something like this? Is there an easy way to setup such a tick or is there already one as part of the RTOS that one could use t count. Better yet, whats other approach would you recommend to achieve the same "stopwatch" like feature?
Thank you.