GPIO

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
118 Views
代码织梦师
Contributor II

Based on the S32K324 MCU, how to configure a GPIO to high‑impedance state using S32DS.

0 Kudos
Reply
1 Solution
96 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

Please refer to previous similar discussions: S32K3 GPIO HIGH-Z

If the pin may have previously enabled internal pull, in order to satisfy the tristate definition in S32K3XXRM, Siul2_Port_Ip_SetPullSel(..., PORT_INTERNAL_PULL_NOT_ENABLED) should be called to ensure PUE=0;

Best Regards,
Robin

View solution in original post

0 Kudos
Reply
1 Reply
97 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

Please refer to previous similar discussions: S32K3 GPIO HIGH-Z

If the pin may have previously enabled internal pull, in order to satisfy the tristate definition in S32K3XXRM, Siul2_Port_Ip_SetPullSel(..., PORT_INTERNAL_PULL_NOT_ENABLED) should be called to ensure PUE=0;

Best Regards,
Robin

0 Kudos
Reply