Hi All
I would like to know which Interrupt vector to be configured (611, or 612) for ETimer 0 with CAPT interrupts from external switch input, Channel 0 and 1 in Cascade Mode. Do I have to enable both the interrupts 611 and 612 for pins A0 and A1 in the DEVKIT-MPC5744P?
Hi;
enable just one interrupt and within ISR routine read capture register of both channels.
BR, Petr
Thanks. Will try that