s32 pin configuration

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

s32 pin configuration

1,919 次查看
Anjalipurushothaman
Contributor III

The default pin configuration is PTA29,PTB18 

if i need to use the PTA30 (Green Led) , showing error in Siu2_Port_Ip_PBcfg.c file generated (Attached the error)

What all steps has to follow ?

board - s32k3x4evb-T172

0 项奖励
回复
1 回复

1,846 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @Anjalipurushothaman 

From the provided images, I can see that you are using an MCAL example (Port_Example_S32K344). In this example, the pin configurations were made using the Peripherals Tool (refer to attached images).

VaneB_0-1694461170656.png

VaneB_1-1694461179831.png

Please make sure to make the necessary configuration in the Peripherals Tool, or if you want to use Pins Tools, make sure that Port_Init() receives the pointer to the structure which contains initialization parameters instead of NULL_PTR (default). 

 

B.R.

VaneB

0 项奖励
回复