This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310 and Systick Interrupt

Other Parts Discussed in Thread: CC1310

Hello,

Does anyone know if the Systick interrupt handler is exposed for CC1310's Cortex-M3 core?  I'm certain the TI-RTOS uses the Systick for its foundation but I cannot find where the source code is for the interrupt handler.  Along those lines, is it permissible to add my own non-blocking, minimally intensive function to the Systick interrupt handler?  I want to avoid creating my own user timer as I am not confident about the jitter that may be present in using an OS-based timer.

Many thanks for any feedback!