Part Number: TDA4VM
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
I want to implement the periodic task call of 1ms, 5ms, 10ms, 20ms, 25ms, 50ms, 100ms, 200ms, 500ms, 1000ms. And I want run these cyclic task on MCU domain of R5F.
But now I need use 8 MCU_Timer for input capture.
I have questions below:
- Is there other resource for the cyclic task? [1ms,5ms,10ms] should be preemptive task and other task should be cooprative task.
- How to select the timer resource? Please show us all the possible resources.
- What are the resources limitation of Timer? Please show the limitation for each resource.
- How to implement the cyclic task? Please give us all the possible ways of MCU-R5F.
- Please tell us what is difference between the 3 modules and what is the resource limitation of them:
- ti.sysbios.timers.dmtimer.Timer
- ti.sysbios.timers.gptimer.Timer
- ti.sysbios.timers.timer64.Timer