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