Hi Ryan,
I don't get the point of using LGPTimerLPF3_CH_PULSE_WIDTH_MEASURE to count number of pulses.
It seems to interrupt CPU on pulse edge for measuring pulse width or period by ticks between 2 edges.
For pulse counting it's nothing different…
Hello, Issac
Regarding Q2, I was able to resolve this by reviewing the code as follows(line 7). Please answer only the other questions.
/* LGPTimer Settings */
LGPTimerLPF3_Params_init(&lgpt_params);
lgpt_params.hwiCallbackFxn = pulse_measure;…
Hi Manomukil,
Thank you for providing your SysConfig file, can you also provide a basic example of your LGPTimerLPF3.h implementation to replace empty.c which recreates the issue? Make sure you have followed all of the guidelines listed below:
…