Hi,
We are using Autosar MCAL ICU driver for TMS570LS3137 to monitor PWM input signals.
Our use case is that, we have to diagnose the input PWM signals for short to supply and short to ground faults.
In our test bench, we have tried to simulate these fault conditions and read the input duty cycle values using ICU driver API. But we are reading, 0 % duty cycle for both short to supply and short to ground conditions.
Why can't the ICU driver could not return 100% duty cycle for short to supply and 0% duty cycle for short to ground? Is this the limitation in ICU?.
Could you please propose any other solution to monitor these faults using ICU driver?