Hi ,
I am using AUTOSAR MCAL drivers in my project. I have a question regarding ICU driver usage.
I need to detect the edges and create a notification function for an ICU channel. Also, I need to measure duty cycle and requency from the same ICU channel.
In the EBTresos, I could select the measurement type only either as ICU_MODE_SIGNAL_EDGE_DETECT or ICU_MODE_SIGNAL_MEASUREMENT.
I need to clarify that is it possible to measure edges, frequency and duty cycle together if I select the measurement type as ICU_MODE_SIGNAL_EDGE_DETECT?
If not, what are other ways to detect all these 3 parameters for an ICU channel.