Hi, I am new at using kinetis and a microprocessor.
I am using a FRDM -KL25Z, and it's being hard to find literature to create a timer as I need.
I need to create a timer to count at rising edges. And the signal comes from an external interruption.
I am thinking about using the component "TimerUnit_LDD". I know how to configure it. However, I am having problems regarding the code to initialize it properly, how to use the events and to capture the signal.
Thank you!