S32K144 GPIO PIN

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

S32K144 GPIO PIN

2,475 Views
mogilipuri_harish
Contributor II

Hi

we are using S32k144 uc in our designs. so when uC instillation time or startup time we pin no 47 operate like output and we will send one signal to external circuitry after instillation completion this pin will configured as input pin. Is it possible in this uC?? we are using 64 pin LQFP package.

0 Kudos
Reply
3 Replies

2,443 Views
mogilipuri_harish
Contributor II

hi

here our requirement is when system instillation time we will send some test signals to some circuit to get status of the circuit and after instillation it will act as input. can suggest what good way to go?

0 Kudos
Reply

2,407 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @mogilipuri_harish 

The best recommendation is if you have an unused pin use one to be de input and the other one to be the output. But in the case of not having enough pins, it is possible to change the configuration of the pin as you said before, you just have to take care of setting up the pin properly. As I mentioned before you are going to need to deinitialize the pin and initialize again with the desired configuration.

0 Kudos
Reply

2,464 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @mogilipuri_harish 

This is not a recommended application, but if possible what you have to do is deinitialize the pin and initialize it again with the desired configuration.

 

B.R.

VaneB

0 Kudos
Reply