I am using AM335x platform along with the Linux SDK provided
I am able to trigger the interrupt for two timer i have configured and also get it to work
I would like to know how I can increase the priority of the timer I am using above the other interrupts in the system
For eg:
I have two timer clocks T1 and T2, they trigger at their configured time. Now when I see the linux interrupt using cat /proc/interrupt, I see the following
T1 - Interrupt irq number is 40 and T2 is 41
How do I increase the priorities of this timer interrupt