s32 pin configuration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

s32 pin configuration

1,915 Views
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 Kudos
Reply
1 Reply

1,842 Views
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 Kudos
Reply