CAC is pointing to CCCTL_01[1].ACOND, but CCCTL_01[1].ACOND=0 (TIMCLK). You want .ACOND=1 (Rising). I had this idea that you could do this with > DL_Timer_setCaptureCompareCtl(TIMER, DL_TIMER_CC_MODE_COMPARE, DL_TIMER_CC_ACOND_TRIG_RISE, 1); // ACOND=1 for clock rising on C1 but maybe there's something wrong with this call? [When I did this, I just stored ACOND directly.]
↧
Forum Post: RE: MSPM0G1519: TIMG12 capture using external 32MHz clock and external 1Hz latch signals
↧