Hi @durga_choudhury
I think there may be a misunderstanding regarding the GptChannelTickValueMax parameter. This value represents the maximum number of ticks that a channel can count. Since the FTM is a 16-bit timer, the resolution is:
2^{16} − 1 = 65,535 ticks
This value is mandatory, and that is why an error is displayed if a different value is set.
To define the desired timeout period for the channel, you should use the Gpt_StartTimer() function. For reference, you can consult the Gpt_example_S32K148 included with the RTDs.
BR, VaneB