Hi,
I need to use the RTI module to realize the tasks scheduler(just like every 100ms, the can1 send out data, every 200ms, the Ethernet send data and every 200ms, some functions run),I noticed that the RTI interrupt is just 4(4 compare interrupts).
If I need to use five different cycles to implement different function, how did I do that? Can I just write the application in the notification of the RTI module? Any suggestions?
I cannot use the FreeRTOS because of the special application, so I need to implement them with timer.
yong