Dear NXP Support Team,
I am currently working with the S32G3999A and was previously advised to refer to the RTD (Real-Time Drivers) for the M7 cores. However, I am unable to access the RTD driver package through the usual channels.
Could you please guide me on how to obtain access to the appropriate RTD drivers for the S32G3999A? If any specific permissions or registration steps are required, kindly let me know.
Thank you for your support.
Hello @A_VIJAYA7,
Thanks for reaching out to us. About your question, please enter AUTO-SW-PACKAGE-MANAGER, you should be able to easily find the RTD in that page:
1 - Select your chip, in this case S32G3
2 - Search for key words, in this case RTD
3 - Select the version you are interested in, 5.0.0 in this example
4 - Select the exact package you are interested in, in this case only the RTD
5 - Get the Bundle installer, this is a 'software downloader', it downloads all the installers selected in the previous step, in this case it will be just one.
After that you should be able to get all packages related to the RTDs.
Let me know if you are able to download the RTDs using this method.
Hello @A_VIJAYA7,
What source files are you not able to find exactly?
I was able to get all RTD source files after executing the NXP_Multi_Installer_DD.MM.YY.HHMMSS_setup.exe I got the RTD actual installer in the same folder in which I ran the multi installer ...\NXP_Multi_Installer_DD.MM.YY.HHMMSS\S32G3\Software_Library\Standard_Software\Real_Time_Drivers_5_0_0. In the mentioned directory you should be able to find all the RTD related files:
Now you should tun the SW32G_RTD_4.4_5.0.0_D2410.exe which will install all source files in C:\NXP\SW32G_RTD_4.4_5.0.0. In this directory you can find examples on differente configurations for FTM, for instance:
C:\NXP\SW32G_RTD_4.4_5.0.0\eclipse\plugins\Icu_TS_T40D11M50I0R0\examples\S32DS\S32G3\Ftm_Icu_Ip_CheckNofi_S32G399A_M7
C:\NXP\SW32G_RTD_4.4_5.0.0\eclipse\plugins\Pwm_TS_T40D11M50I0R0\examples\S32DS\S32G3\Ftm_Pwm_Ip_Example_S32G399A_M7
C:\NXP\SW32G_RTD_4.4_5.0.0\eclipse\plugins\Ocu_TS_T40D11M50I0R0\examples\S32DS\S32G3\Ftm_Ocu_Ip_Example_S32G399A_M7
Let me know if these examples are what you are looking for to develop the your Linux driver.