NXP s32k311 100MQFP mcu UART,ADC,I2C,PWM,GPIO all exmples

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

NXP s32k311 100MQFP mcu UART,ADC,I2C,PWM,GPIO all exmples

400 次查看
piyush1
Contributor III

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

0 项奖励
回复
3 回复数

386 次查看
PetrS
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复

374 次查看
piyush1
Contributor III
is there any CMSIS library for s32k311 mcu so that i can write bare metal code
0 项奖励
回复

366 次查看
PetrS
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复