Other Parts Discussed in Thread: OMAPL138, OMAP-L138
Hello TI,
i have to use general timers of TMS320C6746
it is said in TMS320C6746 datasheet that it has
i) Three 64-Bit General-Purpose Timers (Each
Configurable as Two 32-Bit Timers)
- i am using OMAPL138_StarterWare_1_10_04_01 for tms320c6746 without OS, i did not found any driver code for using these timers
where to look for code to use these timers,
ii) One 64-Bit General-Purpose or Watchdog Timer
(Configurable as Two 32-Bit General-Purpose
Timers) - i found driver code OMAPL138_StarterWare_1_10_04_01\drivers\timer.c that has functions to use this timer, i am using this timer as Watdog only,
this timer.c has code to configure TIMER12 and TIMER34 only, where is the code to use other general purpose times , kindly guide