This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCU-PLUS-SDK-AM263X: GPT Predef timer implementation is missing

Part Number: MCU-PLUS-SDK-AM263X

Hello Team,

We are using MCAL_AM263x_08.06.02.01.

As per AUTOSAR specification,

some free running up counters – so-called GPT Predef Timers – are defined. These timers have predefined tick durations and predefined number of bits (physical time units and ranges). The GPT Predef Timers are used by the Time Service module.

when we enable Predef timer in Gpt module in EB, as below.

and Gpt_cfh.h generated as below.

But GPT_PREDEF_TIMER_100US_32BIT is not defined in the Gpt.h

the structure for predef timer is undefined.

- it leads to build error. we cannot use the Gpt_GetPredefTimerValue() API also.

Is this implemented in the Gpt driver? If no, do you planning to release a next version of GPt which includes this feature.?

Could you please suggest a solution for using free running counter value for time measurement from GPT?

Thanks

Aswathy