How to control PMIC_STBY_MODE_B pin?

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

How to control PMIC_STBY_MODE_B pin?

Jump to solution
1,866 Views
harry_choi
Contributor III

Hello Community,

Is there any document or example to control PMIC_STBY_MODE_B pin?

I would like to test sleep mode on S32G.

So, is desserting PMIC_STBY_MODE_B pin mandatory for sleep and wakeup test?

Thanks,

Harry

0 Kudos
1 Solution
1,827 Views
Bulat
NXP Employee
NXP Employee

Yes, it is asserted (low level) automatically if main core goes into standby mode.

There is no software control of this pin.

Regards,

Bulat

 

View solution in original post

0 Kudos
4 Replies
1,844 Views
Bulat
NXP Employee
NXP Employee

PMIC_STBY_MODE_B is an output  signal which is asserted when the S32G enters standby mode to inform the PMIC. It is negated when the device detects a wake-up event. Details how to enter standby mode can be found in the AN12952 application note, look at section 4.3.

Regards,

Bulat

 

0 Kudos
1,834 Views
harry_choi
Contributor III

Dear Bulat,

Thanks for your reply.

I already read it but there is no explanation about PMIC_STBY_MODE_B pin.

Is it deasserted automatically if main core goes into standby mode?

So, is there no need to control the pin by software?

Thanks,

Harry

Tags (1)
0 Kudos
1,828 Views
Bulat
NXP Employee
NXP Employee

Yes, it is asserted (low level) automatically if main core goes into standby mode.

There is no software control of this pin.

Regards,

Bulat

 

0 Kudos
1,815 Views
harry_choi
Contributor III

Dear Bulat,

Thanks for your quick response.

So, per your reply, I recognize the standby status if PMIC_STBY_MODE_B pin is deasserted.

Is that right?

Then if I call Mcu_SetMode(SOC_STANDBY) function then the SoC will go into standby mode?

Thanks,

Harry

0 Kudos