Hi,
I'm using timer 2 output (TM64P2_OUT12) to trigger data conversion (external ADC). When i set timer 2 output in clock mode (TCR[CP12]=1), the output signal is ok, but when i set pulse mode (prefered for us), the output is not ok : stay always high. (i try 64 bits mode, 32 bits chained mode : no changes)
Our settings for 32 bits chained mode (150MHz internal clock source) :
PRD12=124, PRD34=5, TCR=0xB0 (timer enable continuously, pulse mode, TSTAT12 stay active for 4 timer clock), TGCR=0x1F (32 bits chained mode, TIM12&TIM34 active)
What's wrong ?
Is it possible to find an example to set timer output in pulse mode ?
Thanks