Other Parts Discussed in Thread: SYSCONFIG
I am working with this example to understand how to get the timers working
benchmark_demo_am243x-lp_r5fss0-0_nortos_ti-arm-clang
I used example.sysconfig to add a timer but I can't get the callback for that timer to run.
I notice that the original timer callback that works in the example is called inside an ISR
The timer I added autogenerated an ISR, but that ISR is never called.
Is there some step that I am missing to register the ISR?
I do not see the ISR for my timer listed in the linkinfo.xml

