Part Number: LAUNCHXL2-570LC43
Other Parts Discussed in Thread: TMS570LC4357
Hi TI Team,
We are using RTI Module in TMS570LC4357 Launchpad to schedule a task for every 10ms with same priority IRQ. We could able to see the interrupt which is triggered at every 10ms. where I am using VIM channel 2 which is mapped to rticomp0interrupt. But when the task is beyond 10ms the next cycles are in pending state until the current task is completed.
As per my requirement, I need to preempt the the current task if it goes beyond 10ms and Log the fault. If it's within the 10ms then I need to execute those tasks and wait for the next interrupt request with same priority.
Please guide me through this issue.
Thanks and Regards,
Naveen R.