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.

RTOS/AM5716: I would like to setup the timer interrupt with high priority than other peripheral interrupt (GPIO, CAN, Ethernet)

Part Number: AM5716
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hi All,

I'm creating the timer with using SYSBIOS Configuration(*.cfg file) as below and it is working.

var Timer        = xdc.useModule('ti.sysbios.timers.dmtimer.Timer');

In addition, I would like to set the interrupt priority of this timer above the others peripheral (GPIO, CAN, UART, Ethernet).

Could you please let me know if there were ?

Best Regards,

JY