I would like the free running timer of FlexCAN3 in my MIMXRT1062CVJ5A to be clocked by something other than the baud rate.
CTRL2[TIMER_SRC] indicates that this should be possible, but leaves out all info on how to achieve it.
From other posts it has been suggested that it might be the PIT_TIMER0 that is the mysterious device-specific source of the external time tick. But I haven't had any success at getting the free running timer to tick at all except by the baud rate. Not even when I had all PIT timers running.
I also tried to get the PIT_TRIGGER0 out on pin GPIO_AD_B0_04 by selecting ALT6 in SW_MUX_CTL_PAD_GPIO_AD_B0_04, but no luck there either. The pin stays constantly high. Related?
Has anyone had any luck at getting the timer to spin by something other the baud rate? And if so how?