Hi, all
Our processor is DRA75x.
We want to use timer-12 to capture extern PWM(25 Khz). According to datasheet, clock source of timer-12 is OSC_32K_CLK.
1.Is it possible for timer-12 to capture 25Khz PWM?
2.Now, we use below command to configure timer-12 register, try to capture frequency, the result of (TCAR2 - TCAR1) is 3, is it correct?
devmem2 0x4AE20010 w 0x0000000D
devmem2 0x4AE20010 w 0x00000004
devmem2 0x4AE20034 w 0x7
devmem2 0x4AE20054 w 0x4
devmem2 0x4AE20038 w 0x2
devmem2 0x4AE20038 w 0x4002
devmem2 0x4AE20038 w 0x6002
devmem2 0x4AE20038 w 0x6102
devmem2 0x4AE2002C w 0x4
devmem2 0x4AE20038 w 0x6103
Regards,
Shawn