Dear support,
we have application that work with sys/bios(6.33.3.33, xdctools 3.23.4.60) and have to enable timer interrupt each 50 microsec. is it possible to enable timer interrupt(hwi 14) ouside of sys/bios?
The following code doesn't enable interrupt:
{...
InitCpuTimers();
ConfigCpuTimer(&CpuTimer1, 80, 10);
Hwi_plug(14,MMTimerIsr1);
IER |= 0x1;
...
BIOS_start();
}
Does TI provide any example of timer interrupt otside of sys/bios?
Thanks,Sabina