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.

PROCESSOR-SDK-AM335X: PROCESSOR-SDK-AM335X

Part Number: PROCESSOR-SDK-AM335X

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