Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello Dev Team,
I am trying to develop a timer interrupt for an application using sysconfig as shown below. I set input clock frequency, input clock source, and tick period, and also enable interrupt mode with a timer callback function.
I already declared a timer callback function in the main c file to ensure there is an error when building the project. If I already set the tick period in the sysconfig, should I edit another interrupt function inside the timer callback function? Or please provide me with a simple guide of timer interrupt setup and configuration using sysconfig. Thank you!