hi,
i tried to use MCAL Gpt driver but i can't call the Api.
like below,
i setup the parameter to use the Api but i can't pass the line (#if )
how can i solve this problem.
thanks,
attachment
chip : NXP S32K312
RTD : SW32K3_RTD4.4_R11-21_3.0.0_DS2303
DS : S32 Design Studio for S32 Platform, Version: 3.5
and review the gpt_example but the problem is remain.
Solved! Go to Solution.
Hi @jwjung
This issue usually occurs due to unresolved index references in the project.
To resolve it, right-click on the project name in the Project Explorer, then go to Index > Rebuild. This will force Eclipse to re-index the project and should help clear up the issue.
BR, VaneB
Hi @jwjung
This issue usually occurs due to unresolved index references in the project.
To resolve it, right-click on the project name in the Project Explorer, then go to Index > Rebuild. This will force Eclipse to re-index the project and should help clear up the issue.
BR, VaneB