Hi,
I am using MPC5748g controller, I need sample code for timer functions.
For using Timing_StartChannel(), it has 3 pareameters namely, 1.instance, 2. channel and 3.period ticks.
How to calculate period ticks and different channels and their usages?
Solved! Go to Solution.
Hi,
there's timing_pal example in the package:
c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\examples\MPC5748G\driver_examples\timer\timing_pal\
The documentation can be found here:
c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\doc\S32SDK_MPC5748G_UserManual.pdf
Regards,
Lukas
Hi,
there's timing_pal example in the package:
c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\examples\MPC5748G\driver_examples\timer\timing_pal\
The documentation can be found here:
c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\doc\S32SDK_MPC5748G_UserManual.pdf
Regards,
Lukas