Hi,
Thank you so much for your interest in our products and for using our community.
If there is no PWM input, there is no edges and therefore no measurement. Overflow (theoretically) should happen, but due to hardware implementation, the Icu Overflow Notification is out of sync with the event for ICU_MODE_SIGNAL_MEASUREMENT, ICU_MODE_TIMESTAMP and ICU_MODE_SIGNAL_EDGE_DETECT modes.
You can perform a solution like in the following post:
https://community.nxp.com/t5/S32K/Measure-input-pulse-measure-with-edge-count/td-p/2075926
Which route the external signal to be measured to a pin configured as trgmux_inX. And then, route its trgmux ouput to a two eMIOS channels, performing different functionalities. One for measurement and the other one to emulate overflow.
Hope it helps you.
Have a nice day!