Part Number: TMS320F28P550SJ
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi,
We're currently using FreeRTOS on F28P55 configured by sysconfig;
our problem is:
- sysconfig permits only to ues CPU Timer2 as tick source for FreeRTOS;
- CPU Timer2 has a low priority
- CPU TimerX do not have a interrupt flag to clear, so if not serviced at right time the CPU will service the interrupt at next cycle
- thus, FreeRTOS tick is often masked by other interrupts and skips cycles
My question is: is it possibile to use another timer with higher priority for FreeRTOS tick?
Thanks