Hello @Alfredo_Rubio
The GptChannelTickFrequency parameter corresponds to the frequency of the clock being used for the specific timer channel, selected by the GptChannelClkSrcRef configuration parameter. Hence, for changing the value of the GptChannelTickFrequency, a new source clock must be selected for the specific Gpt channel, or the frequency value for the already selected clock must be edited inside the Clocks Tool.
The Gpt Simulink block allows the specification of a time-out period (in number of ticks), for the selected Channel, after which a notification should occur. Hence, changing the Value parameter of the Simulink block should also vary the period of execution for the notification function associated to that channel.
Could you please let us know what Gpt channel are you using inside your model? Is it the GptChannelConfiguration_0 already enabled inside the configuration project associated to that model or have you configured a different one?
Also, what is the action being executed inside that subsystem, i.e how do you measure the 250 mHz for the notification period?
For reference, please check the Gpt examples that our toolbox provides, found inside the <toolbox_root>/S32K3_Examples/gpt folder, for seeing more details on how these functions are used inside a Simulink model.
Thank you,
Irina