hello dear NXP team...... i am working with NXP s32k311 100mqfp mcu with S32K31XEVB-Q100 board and i want all examples related GPIO,ADC,I2C,PWM,INTERUPTS,TIMER ,DELAY every modul and every configuration .....i am beginner please help me out so that i can understand and work more on NXP products
Hi,
you can refer to the available RTD package and its demo examples. Although there are no examples specifically for the S32K311, there are demos for other derivatives that can serve as useful references. The recommended approach is to create a new project, perform manual configuration, and copy the relevant code. You can also find several S32K311 examples shared by the community. e.g https://community.nxp.com/t5/S32K-Knowledge-Base/All-Example-S32K311-DS3-5-RTD-3-0-0/ta-p/1841267
BR, Petr
Hi,
the RTD package includes the Peripheral Access Layer for S32K3 headers under the Base component (S32DS installation folder\S32DS\software\PlatformSDK_S32K3\RTD\BaseNXP_TS_T40D34M60I0R0\header\)
For example, S32K311.h includes all of the header files for each peripheral in a modular way, so you can use them to write your bare metal code.
BR, Petr