2021-11-08 08:35 AM
Hi,
I have been working with the stm32mp157d-dk1, and im trying to keep a circuit on, waiting to a digital signal output produced by a script, but when i put the board on sleep mode, the signal automatically power off because the gpio module turns off too.
Is there any way to know, natively, if the system still running, although it is sleep mode?
Solved! Go to Solution.
2021-11-09 01:07 AM
Hi,
Please look at PWR_ON pin behavior in the Product Reference manual. This pin is VDD when the system is running and 0V when in system Standby state (even if VDDCORE is shutdown, which is put all GPIOs in high-z).
Unfortunately, the PWR_ON signal is not easily available on the DK1 board (only on R302).
Regards.
2021-11-09 01:07 AM
Hi,
Please look at PWR_ON pin behavior in the Product Reference manual. This pin is VDD when the system is running and 0V when in system Standby state (even if VDDCORE is shutdown, which is put all GPIOs in high-z).
Unfortunately, the PWR_ON signal is not easily available on the DK1 board (only on R302).
Regards.
2021-11-09 04:54 AM
what consequences does it bring if i disconnect the power source when the dk1 is on sleep mode?
2021-11-09 05:04 AM
Hi,
If you cut the power, the platform will loose it's state and when you reapply the power, a cold reboot is executed. Behavior is very close than pressing the reset button.
Note that as per license, development boards are intended for evaluation purpose only and cannot be used/sell in a product.
Regards.
2021-11-22 08:19 AM
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'